diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..57872d0f1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 000000000..7155669c2 --- /dev/null +++ b/composer.json @@ -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" + } + ] +}