forked from phiamo/MopaBootstrapBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
44 lines (44 loc) · 1.21 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
{
"name": "mopa/bootstrap-bundle",
"type": "symfony-bundle",
"description": "Easy integration of twitters bootstrap into symfony2",
"keywords": ["form", "extra form", "bootstrap", "bootstrap form", "template"],
"license": "MIT",
"authors": [
{
"name": "Philipp A. Mohrenweiser",
"email": "[email protected]"
},
{
"name": "Community contributions",
"homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
"symfony/form": "2.*"
},
"repositories": {
"TwitterBootstrap2": {
"package": {
"name": "twitter/bootstrap2",
"version": "2.0",
"source": {
"url": "git://github.com/twitter/bootstrap.git",
"type": "git",
"reference": "2.0-wip"
}
},
}
},
"recommend": {
"twitter/bootstrap2": "2.0",
},
"autoload": {
"psr-0": {
"Mopa\\BootstrapBundle": ""
}
},
"target-dir": "Mopa/BootstrapBundle"
}