-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.24 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.24 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
{
"name":"contao-bootstrap/bundle",
"description":"Install all modules of the Contao Bootstrap extension",
"keywords":["bootstrap", "contao"],
"type":"metapackage",
"license":"LGPL-3.0-or-later",
"authors":[
{
"name":"David Molineus",
"email":"mail@netzmacht.de",
"homepage":"https://netzmacht.de",
"role":"Developer"
}
],
"support":{
"email":"mail@netzmacht.de",
"issues":"https://github.com/contao-bootstrap/bundle/issues",
"wiki":"http://contao-bootstrap.netzmacht.de",
"source":"https://github.com/contao-bootstrap/bundle"
},
"require":{
"contao-bootstrap/accordion":"^3.0",
"contao-bootstrap/core":"^3.0",
"contao-bootstrap/layout":"^3.0",
"contao-bootstrap/navbar":"^3.0",
"contao-bootstrap/grid":"^3.0",
"contao-bootstrap/form":"^3.0",
"contao-bootstrap/tab":"^3.0",
"contao-bootstrap/templates":"^3.0"
},
"conflict": {
"netzmacht/contao-bootstrap": "*",
"contao-bootstrap/components": "*"
},
"extra":{
"branch-alias": {
"dev-master": "3.0.x-dev",
"dev-support/2.x": "2.x-dev"
}
}
}