From 422a04fa236d8cb9a98fd4a52ad393c82f4fe416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 7 Nov 2014 10:13:06 +0100 Subject: [PATCH] fix composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d45dff39b..f315a2c6d 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0", "type": "symfony-bundle", "description": "A bundle to deal with persons", - "keywords" : ["chill", "social work, persons"], + "keywords" : ["chill", "social work", "persons"], "homepage" : "https://github.com/Chill-project/Person", "autoload": { "psr-4": { "Chill\\PersonBundle\\": "" }