forked from inri13666/AkumaBootswatchBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 1.23 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
{
"name" : "akuma/bootswatch-bundle",
"type" : "symfony-bundle",
"description" : "Akuma Bootswatch Bundle",
"keywords" : ["bootstrap", "bootswatch"],
"license" : "MIT",
"authors" : [
{
"name" : "Nikita Makarov",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require" : {
"php" : ">=5.3",
"thomaspark/bootswatch": "~3.3.7"
},
"require-dev" : {
"leafo/scssphp" : "~0.6.6",
"oyejorge/less.php": "~1.7"
},
"target-dir" : "Akuma/Bundle/BootswatchBundle",
"autoload" : {
"psr-0": {
"Akuma\\Bundle\\BootswatchBundle": ""
}
},
"suggest" : {
"knplabs/knp-paginator-bundle": "Paginator bundle for Symfony2 to automate pagination and simplify sorting and other features.",
"knplabs/knp-menu-bundle" : "This bundle provides an integration of the KnpMenu library.",
"knplabs/knp-menu" : "An object oriented menu library."
},
"extra" : {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}