-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomposer.json
36 lines (36 loc) · 1.06 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
{
"name": "orbitale/cms-bundle",
"description": "A simple CMS bundle for Symfony",
"type": "symfony-bundle",
"keywords": ["symfony", "cms", "bundle"],
"homepage": "https://github.com/Orbitale/CmsBundle",
"license": "MIT",
"require": {
"php": ">=5.4.0",
"doctrine/orm": "^2.2.3",
"behat/transliterator": "^1.0",
"doctrine/doctrine-bundle": "^1.2",
"sensio/framework-extra-bundle": "^2.3|^3.0",
"symfony/symfony": "^2.3|^3.0",
"twig/twig": "^1.23|^2.0"
},
"require-dev": {
"phpunit/phpunit": "^4.4",
"symfony/swiftmailer-bundle": "^2.3|^3.0"
},
"suggest": {
"javiereguiluz/easyadmin-bundle": "To manage your pages directly inside your CMS (view documentation)"
},
"autoload": {
"psr-4": {
"Orbitale\\Bundle\\CmsBundle\\": ""
}
},
"authors": [
{
"name" : "Alexandre \"Orbitale\" Ancelet",
"email": "[email protected]",
"homepage": "http://www.orbitale.io/"
}
]
}