-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (43 loc) · 1.29 KB
/
composer.json
File metadata and controls
44 lines (43 loc) · 1.29 KB
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
{
"name":"designs2/codeowl_design_presets",
"description":"Codeowl Design Presets",
"keywords":["contao", "foundation","framework","grid","system","zurb","responsive","codeowl"],
"type":"contao-module",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Designs2",
"homepage":"https://designs2.de"
},
{
"name":"Monique Hahnefeld",
"homepage":"http://www.monique-hahnefeld.de"
}
],
"support":{
"issues":"https://github.com/designs2/codeowl_design_presets/issues",
"wiki":"http://www.designs2.de/contao-erweiterungen/codeowl.html",
"source":"https://github.com/designs2/codeowl_design_presets"
},
"require":{
"php":">=5.3.2",
"contao/core":">=3.4.0,<4.0.0",
"contao-community-alliance/composer-installer": "*"
},
"replace": {
"contao-legacy/codeowl_design_presets": "self.version"
},
"autoload": {
"classmap":[""]
},
"extra":{
"contao": {
"sources":{
"TL_ROOT/system/modules/codeowl_design_presets": "system/modules/codeowl_design_presets"
},
"branch-alias": {
"dev-master": "1.0.2"
}
}
}
}