Skip to content

Commit

Permalink
Merge pull request humanmade#106 from humanmade/adds-composer-support…
Browse files Browse the repository at this point in the history
…-105

Adds composer.json
  • Loading branch information
joehoyle committed May 31, 2014
2 parents ef5719c + dbf3c69 commit daa1634
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name" : "humanmade/wp-thumb",
"description": "An on-demand image generation replacement for WordPress image resizing.",
"keywords" : ["wordpress"],
"homepage" : "https://github.com/humanmade/WPThumb",
"license" : "GPL-2.0+",
"authors" : [
{
"name" : "Human Made Limited",
"email" : "hello@humanmade.co.uk",
"homepage": "http://humanmade.co.uk"
}
],
"support" : {
"issues": "https://github.com/humanmade/WPThumb/issues"
},
"autoload" : {
"classmap": ["wpthumb.php"]
}
}

0 comments on commit daa1634

Please sign in to comment.