Skip to content

Commit

Permalink
Require the curl extension in composer.json (#33)
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 authored and Brunty committed Jan 3, 2019
1 parent b8d82fb commit 66370b0
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 66370b0

Please sign in to comment.