From 5c4cfc45e6cee4c515289ded145e000f8b5080f2 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 30 Jun 2015 22:48:16 +0200 Subject: [PATCH] Improving composer.json --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index c484a43b6..2bb1e980f 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,11 @@ "description": "This bundle extend chill for recording the different activities of the user", "type": "symfony-bundle", "license": "AGPL-3.0", + "keywords" : ["chill", "social work"], + "homepage" : "https://github.com/Chill-project/Activity", + "autoload": { + "psr-4": { "Chill\\ActivityBundle\\": "" } + }, "authors": [ { "name": "Champs-Libres",