Skip to content

Commit

Permalink
Added CURL extension as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dmromanov committed Jan 15, 2017
1 parent 56f4256 commit 8934e5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"minimum-stability": "stable",
"require": {
"php": ">=5.6.0"
"php": ">=5.6.0",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.8.30"
Expand Down

0 comments on commit 8934e5d

Please sign in to comment.