From 11324cb8340750e0a799145d146e12211c751935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 9 Jun 2015 11:34:23 +0200 Subject: [PATCH] update homepage link in composer.json fix #1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a5f2ac38..8f33c8621 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "symfony-bundle", "description": "This bundle allow to add custom fields on entities.", "keywords" : ["chill", "social work"], - "homepage" : "https://github.com/Chill-project/custom-fields", + "homepage" : "https://github.com/Chill-project/CustomFields", "autoload": { "psr-4": { "Chill\\CustomFieldsBundle\\": "" } },