forked from symfony-cmf/menu-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 772 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 772 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
{
"name": "symfony-cmf/menu-bundle",
"type": "symfony-bundle",
"description": "Symfony CMF Menu Bundle",
"keywords": ["Symfony CMF", "menu"],
"homepage": "http://cmf.symfony.com",
"license": "MIT",
"authors": [
{
"name": "Symfony CMF Community",
"homepage": "https://github.com/symfony-cmf/MenuBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": "2.1.*",
"doctrine/phpcr-bundle": "dev-master",
"doctrine/phpcr-odm": "dev-master",
"knplabs/knp-menu-bundle": "dev-master"
},
"autoload":{
"psr-0":{
"Symfony\\Cmf\\Bundle\\MenuBundle": ""
}
},
"target-dir": "Symfony/Cmf/Bundle/MenuBundle"
}