-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
45 lines (45 loc) · 1.34 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
{
"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":"[email protected]",
"homepage":"https://netzmacht.de",
"role":"Developer"
}
],
"support":{
"email":"[email protected]",
"issues":"https://github.com/contao-bootstrap/bundle/issues",
"wiki":"http://contao-bootstrap.netzmacht.de",
"source":"https://github.com/contao-bootstrap/bundle"
},
"require":{
"contao-bootstrap/core":"~2.0",
"contao-bootstrap/layout":"~2.0",
"contao-bootstrap/navbar":"~2.0",
"contao-bootstrap/grid":"~2.0",
"contao-bootstrap/form":"~2.0",
"contao-bootstrap/panel":"~2.0",
"contao-bootstrap/tab":"~2.0",
"contao-bootstrap/templates":"~2.0"
},
"conflict": {
"netzmacht/contao-bootstrap": "*",
"contao-bootstrap/components": "*"
},
"require-dev": {
"phpcq/all-tasks": "^1.2",
"php-http/guzzle6-adapter": "^1.1"
},
"extra":{
"branch-alias": {
"dev-master": "2.1.x-dev",
"dev-support/1.x": "1.0.x-dev"
}
}
}