diff options
author | Dalibor Karlović <[email protected]> | 2020-03-06 15:50:08 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-06 15:50:08 +0100 |
commit | 159cc77bfbc324912fa825584f4b17d072d48e4a (patch) | |
tree | c1f8413e3490f676fdba072c3a50366583cba641 /composer.json | |
parent | a208e27c9d8f4558328c3931c960f155a02e786f (diff) |
Explicitly require Curl since bin/rr doesn't work without it
https://github.com/spiral/roadrunner/blob/a208e27c9d8f4558328c3931c960f155a02e786f/bin/rr#L41-L44
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 1 |
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", |