forked from KnpLabs/KnpMenuBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 741 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 741 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
{
"name": "knplabs/knp-menu-bundle",
"description": "This bundle provides an integration of the KnpMenu library",
"keywords": ["menu"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Knplabs",
"homepage": "http://knplabs.com"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/knplabs/KnpMenuBundle/contributors"
}
],
"require": {
"knplabs/knp-menu": ">=1.0",
"symfony/framework-bundle": "2.*"
},
"autoload": {
"psr-0": { "Knp\\Bundle\\MenuBundle": "" }
},
"target-dir": "Knp/Bundle/MenuBundle"
}