Skip to content

Commit

Permalink
Merge pull request #2 from GromNaN/patch-1
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
Shakup committed Jun 22, 2016
2 parents 0ae90b1 + 0a78763 commit 49b50f7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "wp-media/imagify-php",
"description": "Imagify API client library for PHP",
"require": {
},
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "WP Media",
"email": "contact@wp-media.me"
}
]
],
"require": {
"ext-curl": "*"
},
"autoload": {
"classmap": ["class-imagify.php"]
}
}

0 comments on commit 49b50f7

Please sign in to comment.