{ "name": "chill-project/event", "description": "This bundle extend chill software. This bundle allow to define event and participation to those events.", "type": "symfony-bundle", "license": "AGPL-3.0", "keywords" : ["chill", "social work"], "homepage" : "https://git.framasoft.org/Chill-project/Chill-Group", "autoload": { "psr-4": { "Chill\\EventBundle\\": "" } }, "support": { "issues": "https://git.framasoft.org/Chill-project/Chill-Event/issues", "source": "https://git.framasoft.org/Chill-project/Chill-Event", "docs" : "http://docs.chill.social", "email": "dev@listes.chill.social" }, "authors": [ { "name": "Champs-Libres", "email": "info@champs-libres.coop" } ], "require": { "twig/extensions": "^1.2", "symfony/assetic-bundle": "~2.3", "symfony/framework-bundle": "~2.7", "symfony/yaml": "~2.8", "symfony/symfony": "~2.8", "doctrine/dbal": "~2.5", "doctrine/orm": "~2.4", "doctrine/common": "~2.4", "doctrine/doctrine-bundle": "~1.2", "chill-project/main": "dev-master@dev", "chill-project/person": "dev-master@dev", "champs-libres/composer-bundle-migration": "~1.0", "doctrine/doctrine-migrations-bundle": "~1.1", "chill-project/custom-fields": "dev-master@dev", "doctrine/migrations": "~1.0", "monolog/monolog": "^1.14" }, "require-dev": { "doctrine/doctrine-fixtures-bundle": "~2.2", "fzaninotto/faker": "~1", "symfony/monolog-bundle": "^2.7", "sensio/generator-bundle": "^2.5" }, "suggest" : { "chill-project/group": "dev-master@dev" }, "scripts": { "post-install-cmd": [ "ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations" ], "post-update-cmd": [ "ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations" ] }, "extra": { "app-migrations-dir": "Resources/test/Fixtures/App/DoctrineMigrations" } }