forked from braincrafted/bootstrap-demo-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 1.38 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
{
"name": "braincrafted/bootstrap-demo-bundle",
"version": "1.3.3",
"description": "BraincraftedBootstrapDemoBundle",
"keywords": ["bootstrap"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Florian Eckerstorfer",
"email": "florian@theroadtojoy.at",
"homepage": "http://florianeckerstorfer.com"
}
],
"require": {
"php": ">=5.3.3",
"braincrafted/bootstrap-bundle": "dev-develop"
},
"require-dev": {
"knplabs/knp-menu": "dev-master",
"knplabs/knp-menu-bundle": "dev-master",
"knplabs/knp-markdown-bundle": "dev-master",
"knplabs/knp-paginator-bundle": "dev-master"
},
"suggest": {
"knplabs/knp-paginator-bundle": "BraincraftedBootstrapBundle styles the pagination provided by KnpPaginatorBundle.",
"knplabs/knp-menu": "Required to use KnpMenuBundle.",
"knplabs/knp-menu-bundle": "BraincraftedBootstrapBundle styles the menus provided by KnpMenuBundle.",
"twitter/bootstrap": "Get Stylesheets, JavaScripts and icons directly from Bootstrap."
},
"autoload": {
"psr-0": { "Braincrafted\\BootstrapDemoBundle": "" }
},
"target-dir": "Braincrafted/BootstrapDemoBundle"
}