-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (33 loc) · 968 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-dca",
"description":"Extended the Contao Core DCA",
"keywords":["contao", "bundle", "helper", "metapackage"],
"type":"metapackage",
"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":">=3.2,<3.6",
"kirsten-roschanski/contao-extended-core-dca":"*",
"kirsten-roschanski/contao-extended-news-dca":"*"
},
"extra":{
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}