This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
58 lines (58 loc) · 1.79 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
54
55
56
57
58
{
"name":"contao-bootstrap/components",
"description":"Bootstrap components for Contao CMS",
"keywords":["bootstrap", "components", "contao", "modal", "navbar", "tab", "panel", "button"],
"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/contao-bootstrap/components/issues",
"wiki":"http://contao-bootstrap.netzmacht.de",
"source":"https://github.com/contao-bootstrap/components"
},
"require":{
"php":">=5.3.4",
"contao-community-alliance/composer-plugin": "~2.0",
"contao/core":">=3.2,<3.5-dev",
"contao-bootstrap/core": "~1.0",
"netzmacht/html": "~1.1",
"bit3/contao-meta-palettes":"~1.4",
"menatwork/contao-multicolumnwizard":"~3.2"
},
"require-dev": {
"netzmacht/contao-build-tools": "1.0.x-dev"
},
"conflict": {
"netzmacht/contao-bootstrap": "*",
"netzmacht/contao-form-helper": "~0.3"
},
"autoload": {
"psr-0": { "Netzmacht\\Bootstrap\\Components\\": "src/" }
},
"extra":{
"contao": {
"sources":{
"module": "system/modules/bootstrap-components"
},
"transifex": {
"project": "contao-bootstrap",
"prefix": "components-",
"languages_cto": "module/languages",
"languages_tx": ".tx"
}
},
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}