diff --git a/composer.json b/composer.json index a5db71f..1c72f6a 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name" : "Bodom78/kohana-imagefly", + "name" : "bodom78/kohana-imagefly", "type" : "kohana-module", "description" : "Create resized / cropped images directly through url parameters.", - "homepage" : "https://github.com/Bodom78/kohana-imagefly", + "homepage" : "https://github.com/bodom78/kohana-imagefly", "license" : "MIT", "keywords" : ["image", "resize", "crop", "watermark", "kohana"], "authors" : [ @@ -13,8 +13,8 @@ } ], "support" : { - "issues" : "https://github.com/Bodom78/kohana-imagefly/issues", - "source" : "https://github.com/Bodom78/kohana-imagefly" + "issues" : "https://github.com/bodom78/kohana-imagefly/issues", + "source" : "https://github.com/bodom78/kohana-imagefly" }, "require" : { "composer/installers" : "~1.0",