forked from ruian/TwitterBootstrapBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
51 lines (51 loc) · 1.4 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
{
"name": "ruian/twitter-bootstrap-bundle",
"type": "symfony-bundle",
"description": "Twitter Bootstrap bundle for symfony",
"keywords": ["bootstrap", "css", "js"],
"homepage": "https://github.com/ruian/TwitterBootstrapBundle",
"license": "MIT",
"authors": [
{
"name": "Julien 'ruian' Galenski"
},
{
"name": "PHPUGL",
"email": "info@phpugl.de"
}
],
"autoload": {
"psr-0": {
"Ruian\\TwitterBootstrapBundle": ""
},
"classmap": [
"../../leafo/lessphp/lessc.inc.php"
]
},
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
"twitter/bootstrap": "*",
"leafo/lessphp" : "*"
},
"minimum-stability": "dev",
"target-dir": "Ruian/TwitterBootstrapBundle",
"repositories": [
{
"type": "package",
"package": {
"version": "dev-master",
"name": "twitter/bootstrap",
"source": {
"url": "https://github.com/twitter/bootstrap.git",
"type": "git",
"reference": "master"
},
"dist": {
"url": "https://github.com/twitter/bootstrap/zipball/master",
"type": "zip"
}
}
}
]
}