-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
48 lines (48 loc) · 1.24 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
{
"name": "snowcap/bootstrap-bundle",
"type": "symfony-bundle",
"description": "Symfony SnowcapBootstrapBundle",
"keywords": ["twitter bootstrap"],
"homepage": "https://github.com/snowcap/SnowcapBootstrapBundle",
"license": "MIT",
"authors": [
{
"name": "Pierre Vanliefland",
"email": "pierre@snowcap.be"
},
{
"name": "Edwin Hermans",
"email": "edwin@snowcap.be"
},
{
"name": "Jérôme Poskin",
"email": "jerome@snowcap.be"
},
{
"name": "Snowcap",
"homepage": "http://www.snowcap.be"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "^2.7",
"leafo/lessphp": "v0.4.0",
"twig/twig": "^1.22",
"symfony/form": "^2.7"
},
"autoload": {
"psr-0": { "Snowcap\\BootstrapBundle": "" }
},
"target-dir": "Snowcap/BootstrapBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"symfony/phpunit-bridge": "^2.7",
"doctrine/annotations": "^1.2"
}
}