forked from Kunstmaan/KunstmaanNodeBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 1.36 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
{
"name": "kunstmaan/node-bundle",
"type": "symfony-bundle",
"description": "All websites need pages(we call them nodes) but you probably don't want to spend too much time building them. Plus they should look pretty and contain the right content and that takes time. We make sure you have to spend less time managing your pages but still offer you flexibility so you can focus on more important tasks and don't have to worry about it.",
"keywords": ["kunstmaan", "cms", "admin", "tree"],
"homepage": "https://github.com/Kunstmaan/KunstmaanNodeBundle",
"license": "MIT",
"authors": [
{
"name": "Kunstmaan Team",
"homepage": "http://www.kunstmaan.be/",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": "~2.3",
"gedmo/doctrine-extensions": "2.3.*",
"symfony-cmf/routing-bundle": "~1.1.1",
"kunstmaan/adminlist-bundle": "~3.0.0",
"kunstmaan/admin-bundle": "~3.0.0",
"kunstmaan/utilities-bundle": "~3.0.0",
"friendsofsymfony/user-bundle": "2.0.*@dev"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": { "Kunstmaan\\NodeBundle": "" }
},
"target-dir": "Kunstmaan/NodeBundle",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}