{ "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\\": "" } }, "autoload-dev": { "classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ] }, "authors" : [ { "name": "Champs-Libres", "email": "info@champs-libres.coop", "homepage": "http://www.champs-libres.coop" } ], "require": { }, "require-dev": { }, "scripts": { "post-install-cmd": [ "ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap" ], "post-update-cmd": [ "ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap" ] }, "extra": { "app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations", "symfony-app-dir": "Tests/Fixtures/App/app" }, "minimum-stability": "dev", "prefer-stable": true }