chill-bundles/composer.json
Julien Fastré 6f9fbaba38 Revert "switch to symfony 2.6-dev + correct travis error"
This reverts commit 051feb03ceb898a5b61696163c92bbe28fd82932.
2014-11-06 15:27:25 +01:00

35 lines
1.0 KiB
JSON

{
"name": "chill-project/main",
"license": "AGPL-3.0",
"type": "symfony-bundle",
"description": "The main bundle for the Chill App",
"keywords" : ["chill", "social work"],
"homepage" : "https://github.com/Chill-project/Main",
"autoload": {
"psr-4": { "Chill\\MainBundle\\": "" }
},
"authors" : [
{
"name": "Champs-Libres",
"email": "info@champs-libres.coop",
"homepage": "http://www.champs-libres.coop"
}
],
"require": {
"twig/extensions": "~1.0",
"symfony/assetic-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"symfony/framework-bundle": "2.5.*",
"symfony/yaml": "2.5.*",
"symfony/symfony": "2.5.*",
"doctrine/dbal": "2.5.*@dev",
"doctrine/orm": "2.5.*@dev",
"doctrine/common": "2.4.*@dev",
"doctrine/doctrine-bundle": "~1.2@dev"
},
"require-dev": {
"symfony/dom-crawler": "2.5",
"doctrine/doctrine-fixtures-bundle": "~2.2"
}
}