chill-bundles/composer.json

45 lines
1.4 KiB
JSON

{
"name": "chill-project/task",
"description": "Associate task with peoples in chill.social",
"type": "symfony-bundle",
"keywords": ["chill", "social work", "tasks"],
"homepage": "https://framagit.org/Chill-project/Chill-Task",
"autoload": {
"psr-4": { "Chill\\TaskBundle\\" : "" }
},
"autoload-dev": {
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
},
"require": {
"php": "~7.2",
"chill-project/person": "dev-upgrade-sf3@dev"
},
"require-dev": {
"fzaninotto/faker": "^1.7",
"phpunit/phpunit": "^7.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Champs-Libres",
"email": "info@champs-libres.coop"
}
],
"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": "Resources/test/Fixtures/App/"
}
}