mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-21 17:54:24 +00:00
22 lines
585 B
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"
|
|
}
|
|
]
|
|
}
|