diff options
author | Valentin V / vvval <[email protected]> | 2020-04-21 13:10:36 +0300 |
---|---|---|
committer | Valentin V / vvval <[email protected]> | 2020-04-21 13:10:36 +0300 |
commit | d08ae2b32037e197547eb55c09d557e88f406b01 (patch) | |
tree | d4d7a177102fda74029fcb6615207f6577d40153 /composer.json | |
parent | 325dd39b610726df4b0ea7f70f5e475ffe63062d (diff) |
#305 Reduce syscalls
Fix is based on #41 fix in goridge
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index aa461df3..32306477 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,8 @@ } ], "require": { - "php": "^7.1", + "php": "^7.1.*", + "ext-json": "*", "ext-curl": "*", "spiral/goridge": "^2.0", "psr/http-factory": "^1.0", |