Generation of composer.json

This commit is contained in:
Marc Ducobu 2015-06-30 22:16:43 +02:00
parent 452f3fba86
commit 4dd1efa57f
2 changed files with 14 additions and 0 deletions

1
.gitignore vendored Normal file
View File

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

13
composer.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "chill-project/activity",
"description": "This bundle extend chill for recording the different activities of the user",
"type": "symfony-bundle",
"license": "AGPL-3.0",
"authors": [
{
"name": "Champs-Libres",
"email": "info@champs-libres.coop"
}
],
"require": {}
}