Skip to content

Commit

Permalink
Merge pull request #25 from moebrowne/hotfix/composer-require-curl
Browse files Browse the repository at this point in the history
Composer required the cURL extension
  • Loading branch information
HaGii committed Aug 29, 2016
2 parents 7665b6f + 8170803 commit 42624cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -12,7 +12,8 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"ext-curl": "*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 42624cf

Please sign in to comment.