-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
38 lines (38 loc) · 1.14 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
{
"name": "kitpages/cms-bundle",
"type": "symfony-bundle",
"description": "Kitpages CMS",
"keywords": ["CMS", "Content management system"],
"homepage": "https://github.com/kitpages/KitpagesCmsBundle",
"license": "BSD",
"authors": [
{
"name": "Sebastien Lefebvre"
},
{
"name": "Philippe Le Van",
"homepage": "https://twitter.com/#!/plv"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3",
"sensio/framework-extra-bundle": "~3.0",
"symfony/validator": "~2.3",
"stof/doctrine-extensions-bundle" : "1.1.*",
"kitpages/util-bundle": "~3.0",
"kitpages/file-bundle": "~3.0",
"kitpages/simple-cache-bundle": "~3.0",
"jms/serializer-bundle": "~0.13"
},
"require-dev": {
"symfony/class-loader": "~2.3",
"symfony/yaml": "~2.3",
"symfony/finder": "~2.3",
"symfony/browser-kit": "~2.3"
},
"autoload": {
"psr-0": { "Kitpages\\CmsBundle": "" }
},
"target-dir": "Kitpages/CmsBundle"
}