update homepage link in composer.json

fix #1
This commit is contained in:
Julien Fastré 2015-06-09 11:34:23 +02:00
parent b1ad090e8c
commit 11324cb834

View File

@ -4,7 +4,7 @@
"type": "symfony-bundle", "type": "symfony-bundle",
"description": "This bundle allow to add custom fields on entities.", "description": "This bundle allow to add custom fields on entities.",
"keywords" : ["chill", "social work"], "keywords" : ["chill", "social work"],
"homepage" : "https://github.com/Chill-project/custom-fields", "homepage" : "https://github.com/Chill-project/CustomFields",
"autoload": { "autoload": {
"psr-4": { "Chill\\CustomFieldsBundle\\": "" } "psr-4": { "Chill\\CustomFieldsBundle\\": "" }
}, },