forked from DMAGmbH/dma_elementgenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.26 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "byteworks/dma_elementgenerator",
"description": "Create custom content elements and modules",
"keywords": [
"elements",
"contentelement",
"modules",
"layout",
"content",
"contao"
],
"type": "contao-module",
"license": "LGPL",
"authors": [
{
"name": "Janosch Oltmanns",
"email": "[email protected]",
"homepage": "http://www.dma.do",
"role": "Project Leader"
},
{
"name": "Carsten Kollmeier",
"email": "[email protected]",
"homepage": "",
"role": "Contributor"
},
{
"name": "Michael Bischof",
"email": "[email protected]",
"homepage": "http://www.byteworks.ch",
"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": ">=3.0,<3.6"
},
"extra": {
"contao": {
"sources": {
"src/dma_elementgenerator": "system/modules/dma_elementgenerator"
}
}
}
}