forked from netzmacht-archive/contao-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
53 lines (53 loc) · 1.91 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name":"netzmacht/contao-bootstrap",
"description":"Provides modules, content elements and templates for integrating Bootstrap into Contao",
"keywords":["bootstrap", "grid", "layout", "theme", "contao"],
"type":"contao-module",
"license":"LGPL-3.0+",
"authors":[
{
"name":"David Molineus",
"email":"[email protected]",
"homepage":"http://www.netzmacht.de",
"role":"Project leader"
}
],
"support":{
"email":"[email protected]",
"issues":"https://github.com/netzmacht/contao-bootstrap/issues",
"forum":"https://community.contao.org/de/showthread.php?44382-Bootstrap-3-f%FCr-Contao&p=286796",
"wiki":"http://contao-bootstrap.netzmacht.de",
"source":"https://github.com/netzmacht/contao-bootstrap"
},
"require":{
"php":">=5.3.4",
"contao/core":">=3.1,<3.4-dev",
"contao-community-alliance/composer-plugin":"~2.0",
"menatwork/contao-multicolumnwizard":"~3.2",
"bit3/contao-theme-plus":">=4.2,<=5.0.x-dev",
"bit3/contao-meta-palettes":">=1.4.2",
"leounglaub/contao-simple-ajax":"~1.0",
"netzmacht/contao-bootstrap-columnseteditor":">=0.3.3,~0.3",
"netzmacht/contao-iconWizard":"~1.0",
"netzmacht/contao-form-helper":"~0.3",
"twbs/bootstrap":"~3.0"
},
"suggest": {
"netzmacht/contao-font-awesome" : "Use Font Awesome icons with Contao-Bootstrap"
},
"autoload": {
"psr-0": { "Netzmacht\\Bootstrap\\": "src/" }
},
"extra":{
"contao": {
"sources":{
"module": "system/modules/bootstrap",
"assets/bootstrap-select": "assets/bootstrap/bootstrap-select",
"assets/jquery-touchSwipe": "assets/bootstrap/jquery-touchSwipe"
},
"runonce":[
"runonce/runonce.php"
]
}
}
}