-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathcomposer.json
43 lines (43 loc) · 1.2 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "dma/dma_elementgenerator",
"description": "Erlaubt das Erstellen von eigenen Contentelement und Modulen",
"keywords": ["elements","contentelement","modules","layout","content","contao"],
"abandoned": true,
"type": "contao-module",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Janosch Oltmanns",
"email": "oltmanns@dma.do",
"homepage": "http://www.dma.do",
"role": "Project Leader"
},
{
"name": "Carsten Kollmeier",
"email": "carsten@ckollmeier.de",
"homepage": "",
"role": "Contributor"
}
],
"support": {
"email": "contao@dma.do",
"issues": "https://github.com/DMAGmbH/dma_elementgenerator/issues",
"source": "https://github.com/DMAGmbH/dma_elementgenerator",
"forum": "https://community.contao.org/de/forumdisplay.php?134-dma_elementgenerator"
},
"replace": {
"contao-legacy/dma_elementgenerator": "*"
},
"require": {
"php": "^7.4 || ^8.0",
"contao/core-bundle": "^3.2 || ^4.1",
"contao-community-alliance/composer-plugin": "^2.4.0 || 3.*"
},
"extra": {
"contao": {
"sources": {
"src/dma_elementgenerator": "system/modules/dma_elementgenerator"
}
}
}
}