mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
61 lines
2.1 KiB
JSON
61 lines
2.1 KiB
JSON
{
|
|
"name": "chill-project/activity",
|
|
"description": "This bundle extend chill for recording the different activities of the user",
|
|
"type": "symfony-bundle",
|
|
"license": "AGPL-3.0",
|
|
"keywords" : ["chill", "social work"],
|
|
"homepage" : "https://github.com/Chill-project/Activity",
|
|
"autoload": {
|
|
"psr-4": { "Chill\\ActivityBundle\\": "" }
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
|
},
|
|
"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.7",
|
|
"symfony/symfony": "~2.7",
|
|
"doctrine/dbal": "~2.5",
|
|
"doctrine/orm": "~2.4",
|
|
"doctrine/common": "~2.4",
|
|
"doctrine/doctrine-bundle": "~1.2",
|
|
"chill-project/main": "dev-upgrade-sf3@dev",
|
|
"chill-project/person": "dev-upgrade-sf3@dev",
|
|
"champs-libres/composer-bundle-migration": "~1.0",
|
|
"doctrine/doctrine-migrations-bundle": "~1.1",
|
|
"doctrine/migrations": "~1.0@dev",
|
|
"phpunit/phpunit": "^6.2"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/doctrine-fixtures-bundle": "~2.2",
|
|
"fzaninotto/faker": "~1",
|
|
"monolog/monolog": "^1.14",
|
|
"symfony/monolog-bundle": "^2.7",
|
|
"sensio/generator-bundle": "^2.5"
|
|
},
|
|
"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": "Test/Fixtures/App/app/"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|