-
Notifications
You must be signed in to change notification settings - Fork 40
/
composer.json
37 lines (37 loc) · 1 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
{
"name": "mopa/bootstrap-sandbox-bundle",
"type": "symfony-bundle",
"description": "Seperate live docs from code",
"keywords": ["form", "sandbox", "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"
}
],
"autoload": {
"psr-0": {
"Mopa\\Bundle\\BootstrapSandboxBundle": ""
}
},
"target-dir": "Mopa/Bundle/BootstrapSandboxBundle",
"require": {
"php": ">=5.3.2",
"mopa/bootstrap-bundle": "^3.0",
"knplabs/knp-menu-bundle": "^2.1",
"liip/theme-bundle": "~1.4"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}