From 16556ca0839df6310851c7f2c361427ce15d796b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 17 Oct 2014 07:27:13 +0200 Subject: [PATCH] update composer.json / switch to Chill-project namespace --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cb68260ee..1c3fc83ed 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { - "name": "champs-libres/chill-main", + "name": "chill-project/chill-main", "license": "GPL-3.0", "type": "symfony-bundle", "description": "The main bundle for the Chill App", "keywords" : ["chill", "social work"], - "homepage" : "https://github.com/Champs-Libres/ChillMain", + "homepage" : "https://github.com/Chill-project/main", "autoload": { "psr-4": { "CL\\Chill\\MainBundle\\": "" } },