Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodom78 committed Aug 7, 2014
1 parent fdf8763 commit 5f42cc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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" : [
Expand All @@ -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",
Expand Down

0 comments on commit 5f42cc2

Please sign in to comment.