-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
41 lines (41 loc) · 1.11 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
{
"name": "dma/dma_elementgenerator",
"description": "Erlaubt das Erstellen von eigenen Contentelement und Modulen",
"keywords": ["elements","contentelement","modules","layout","content","contao"],
"type": "contao-module",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Janosch Oltmanns",
"email": "[email protected]",
"homepage": "http://www.dma.do",
"role": "Project Leader"
},
{
"name": "Carsten Kollmeier",
"email": "[email protected]",
"homepage": "",
"role": "Contributor"
}
],
"support": {
"email": "[email protected]",
"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": ">=5.3.4",
"contao/core-bundle": "^3.2 || ^4.1"
},
"extra": {
"contao": {
"sources": {
"src/dma_elementgenerator": "system/modules/dma_elementgenerator"
}
}
}
}