forked from Becklyn/RouteTreeBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 919 Bytes
/
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
{
"name": "becklyn/page-tree-bundle",
"description": "This bundle provides a simple implementation of a pagetree",
"keywords": ["symfony"],
"type": "symfony-bundle",
"homepage": "https://github.com/Becklyn/BecklynPageTreeBundle",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Becklyn GmbH",
"homepage": "http://becklyn.com/"
}
],
"require": {
"php": ">=5.4.0",
"symfony/framework-bundle": "^2.0|^3.0",
"symfony/expression-language": "^2.4|^3.0",
"knplabs/knp-menu": "^2.0",
"knplabs/knp-menu-bundle": "^2.0"
},
"autoload": {
"psr-0": { "Becklyn\\PageTreeBundle": "" }
},
"target-dir": "Becklyn/PageTreeBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"minimum-stability": "dev"
}