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..c484a43b6 --- /dev/null +++ b/composer.json @@ -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": {} +}