-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 837 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 837 Bytes
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
{
"name": "onddo/bootstrap-service-provider",
"description": "A Twitter Bootstrap provider for Silex.",
"keywords": ["silex", "bootstrap"],
"authors": [
{
"name": "Raul Rodriguez",
"email": "raul@onddo.com"
}
],
"require": {
"silex/silex": "~1.0",
"braincrafted/bootstrap-bundle": "~2.0"
},
"require-dev": {
"symfony/twig-bridge": "~2.3",
"symfony/form": "~2.3",
"mheap/Silex-Assetic": "~1.0",
"phpunit/phpunit": "~3.7"
},
"suggest": {
"twbs/bootstrap": "Provides Twitter Bootstrap assets",
"yiisoft/jquery": "Provides JQuery library needed by Bootstrap",
"mheap/Silex-Assetic": "Recommended for asset management"
},
"autoload": {
"psr-0": { "Onddo\\": "src/" }
}
}