-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 976 Bytes
/
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
{
"name":"kirsten-roschanski/contao-extended-core-dca",
"description":"Extended the Contao Core DCA",
"keywords":["contao", "dca", "helper"],
"type":"contao-module",
"homepage":"",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Kirsten Roschanski",
"email":"[email protected]",
"homepage":"http://kirsten-roschanski.de",
"role":"Developer"
}
],
"support":{
"issues":"https://github.com/kirsten-roschanski/contao-extended-dca/issues",
"wiki":"https://github.com/kirsten-roschanski/contao-extended-dca/wiki",
"irc":"irc://irc.freenode.org/contao.dev",
"source":"https://github.com/kirsten-roschanski/contao-extended-dca"
},
"require":{
"php":">=5.3",
"contao/core-bundle": "~3.0 || ~4.0",
"contao-community-alliance/composer-plugin": "~2.4 || ~3.0"
},
"extra":{
"contao": {
"sources":{
"src": "system/modules/kirsten-roschanski-extended-core-dca"
}
}
}
}