-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
51 lines (49 loc) · 1.72 KB
/
composer.json
File metadata and controls
51 lines (49 loc) · 1.72 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
45
46
47
48
49
50
51
{
"name":"designs2/codeowl_fw_foundation",
"description":"Codeowl Framework Foundation. The extension uses the Framework Foundation (Version 6.2.3) from Zurb. This Framework has a lot of awesome Plugins, many solutions for the daily work of a frontend designer.",
"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_fw_foundation/issues",
"wiki":"http://www.designs2.de/contao-erweiterungen/codeowl.html",
"source":"https://github.com/designs2/codeowl_fw_foundation"
},
"require":{
"php":">=5.3.2",
"contao/core":">=3.4.6,<4.0.0",
"contao-community-alliance/composer-installer": "*",
"menatwork/contao-multicolumnwizard": "~3.2",
"designs2/codeowl_design_presets": ">=1.0.0,<2.0.0",
"designs2/codeowl_grid_control": ">=1.0.0,<2.0.0"
},
"replace": {
"contao-legacy/codeowl_fw_foundation": "self.version"
},
"autoload": {
"classmap":[""]
},
"extra":{
"contao": {
"sources":{
"TL_ROOT/system/modules/codeowl_fw_foundation": "system/modules/codeowl_fw_foundation"
},
"runonce": [
"system/modules/codeowl_fw_foundation/config/upgrade.php"
]
},
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}