update composer.json / switch to Chill-project namespace

This commit is contained in:
Julien Fastré 2014-10-17 07:27:13 +02:00
parent 39477cad14
commit 16556ca083

View File

@ -1,10 +1,10 @@
{ {
"name": "champs-libres/chill-main", "name": "chill-project/chill-main",
"license": "GPL-3.0", "license": "GPL-3.0",
"type": "symfony-bundle", "type": "symfony-bundle",
"description": "The main bundle for the Chill App", "description": "The main bundle for the Chill App",
"keywords" : ["chill", "social work"], "keywords" : ["chill", "social work"],
"homepage" : "https://github.com/Champs-Libres/ChillMain", "homepage" : "https://github.com/Chill-project/main",
"autoload": { "autoload": {
"psr-4": { "CL\\Chill\\MainBundle\\": "" } "psr-4": { "CL\\Chill\\MainBundle\\": "" }
}, },