chill-bundles/composer.json
2014-11-07 15:32:21 +01:00

31 lines
923 B
JSON

{
"name": "chill-project/report",
"description": "The bundle for reports",
"type": "symfony-bundle",
"keywords" : ["chill", "social work"],
"license": "AGPL-3.0",
"homepage" : "https://github.com/Chill-project/Report",
"autoload": {
"psr-4": { "Chill\\ReportBundle\\": "" }
},
"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"
}
}