add composer.json file

This commit is contained in:
Julien Fastré 2018-04-13 22:25:02 +02:00
parent 7a85e00c16
commit 1734727029
2 changed files with 22 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/vendor/

21
composer.json Normal file
View File

@ -0,0 +1,21 @@
{
"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"
}
]
}