-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 845 Bytes
/
Copy pathcomposer.json
File metadata and controls
38 lines (38 loc) · 845 Bytes
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
{
"name":"zeromax/contao-ce-section",
"description":"The allowed content elements can be defined for each layout area",
"keywords":["Content element","theme","layout"],
"type":"contao-module",
"homepage":"http://www.brothers-project.de",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Andreas Nölke",
"email":"zero@brothers-project.de",
"homepage":"http://www.brothers-project.de",
"role":"Developer"
}
],
"support":{
"email":"zero@brothers-project.de",
"issues":"https://github.com/Zeromax/ce_section/issues",
"source":"https://github.com/Zeromax/ce_section"
},
"require":{
"php":">=5.3",
"contao/core":">=3.2,<4.0"
},
"replace":{
"contao-legacy/ce_section":"*"
},
"extra":{
"contao": {
"sources":{
"": "system/modules/ce_section"
}
},
"branch-alias":{
"master":"2.0.x-dev"
}
}
}