-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 770 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 770 Bytes
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
{
"name": "zetta/menu-bundle",
"type": "symfony-bundle",
"description": "Admin menu",
"keywords": ["Menu management"],
"homepage": "http://github.com/zetta/menuBundle",
"license": "MIT",
"authors": [
{
"name": "Juan Carlos Clemente",
"email": "zetaweb@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4",
"symfony/framework-bundle": "~2",
"symfony/security-bundle": "~2",
"knplabs/knp-menu": "~2.0, >=2.0.0-beta1"
},
"require-dev": {
"symfony/yaml": "2.1.*",
"knplabs/knp-menu-bundle":"dev-master"
},
"autoload": {
"psr-0": { "Zetta\\MenuBundle": "" }
},
"target-dir": "Zetta/MenuBundle"
}