summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalibor Karlović <[email protected]>2020-03-06 15:50:08 +0100
committerGitHub <[email protected]>2020-03-06 15:50:08 +0100
commit159cc77bfbc324912fa825584f4b17d072d48e4a (patch)
treec1f8413e3490f676fdba072c3a50366583cba641
parenta208e27c9d8f4558328c3931c960f155a02e786f (diff)
Explicitly require Curl since bin/rr doesn't work without it
https://github.com/spiral/roadrunner/blob/a208e27c9d8f4558328c3931c960f155a02e786f/bin/rr#L41-L44
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 89a837ac..ce2ed791 100644
--- a/composer.json
+++ b/composer.json
@@ -15,6 +15,7 @@
],
"require": {
"php": "^7.1",
+ "php-curl": "*",
"spiral/goridge": "^2.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",