chill-bundles/composer.json

22 lines
585 B
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\\" : "" }
},
"require": {
"php": "~7.2",
"chill-project/person": "dev-upgrade-sf3@dev"
},
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Champs-Libres",
"email": "info@champs-libres.coop"
}
]
}