Skip to content

Commit

Permalink
Require the curl extension in composer.json
Browse files Browse the repository at this point in the history
By requiring the curl extension at the installation step users don't get unwanted errors when the curl extension is missing (which is highly unlikely) and they try to use cigar.
  • Loading branch information
WyriHaximus committed Jan 3, 2019
1 parent b8d82fb commit ff99381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"require": {
"php": ">=7.0",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit ff99381

Please sign in to comment.