forked from flojon/KoalaContentBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.24 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
36
37
38
39
{
"name": "koala/content-bundle",
"description": "A simple Symfony 2 CMS bundle using Mercury Editor",
"keywords": ["symfony", "mercury", "cms"],
"type": "symfony-bundle",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Jonas Flodén",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "2.1.*",
"knplabs/knp-menu": ">=1.0",
"knplabs/knp-menu-bundle": "dev-master",
"symfony-cmf/routing-extra-bundle": "dev-master",
"stof/doctrine-extensions-bundle": ">=1.0",
"friendsofsymfony/jsrouting-bundle": "dev-master"
},
"require-dev": {
"doctrine/doctrine-bundle": "1.0.*",
"doctrine/orm": ">=2.2,<2.4-dev",
"symfony/twig-bundle": "2.1.*",
"symfony/form": "2.1.*",
"symfony/validator": "2.1.*",
"symfony/finder": "2.1.*",
"symfony/class-loader": "2.1.*",
"symfony/yaml": "2.1.*",
"symfony/browser-kit": "2.1.*",
"symfony/css-selector": "2.1.*"
},
"autoload": {
"psr-0": { "Koala\\ContentBundle": "" }
},
"target-dir": "Koala/ContentBundle"
}