From dea1d167acf00891ffc1abcb32a77a7115e77ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 17 Oct 2014 07:37:14 +0200 Subject: [PATCH] capitalize project URL --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0b88261cf..dde5142c8 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "symfony-bundle", "description": "The main bundle for the Chill App", "keywords" : ["chill", "social work"], - "homepage" : "https://github.com/Chill-project/main", + "homepage" : "https://github.com/Chill-project/Main", "autoload": { "psr-4": { "CL\\Chill\\MainBundle\\": "" } },