-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.09 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1.09 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
{
"name": "Pulpmedia/bootstrap-bundle",
"type": "symfony-bundle",
"description": "This Bundle provides some simple Bootrap Templates for Symfony2 and Bootstrap 3.0",
"keywords": ["rest"],
"homepage": "http://www.pulpmedia.at",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Alexandre Kilian",
"email": "alexandre@pulpmedia.at"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.1"
},
"require-dev": {
"sensio/framework-extra-bundle": "~2.1",
"symfony/form": "~2.1",
"symfony/yaml": "~2.1",
"symfony/security": "~2.1"
},
"suggest": {
"sensio/framework-extra-bundle": "Add support for route annotations and the view response listener"
},
"conflict": {
"jms/serializer-bundle": "<0.11"
},
"autoload": {
"psr-0": {"Pulpmedia\\BootstrapBundle": ""}
},
"target-dir": "Pulpmedia/BootstrapBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}