summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json22
1 files changed, 12 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index 6924ebf..d92ac82 100644
--- a/composer.json
+++ b/composer.json
@@ -28,20 +28,22 @@
"require": {
"php": ">=5.3.0",
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
+ "fig/http-message-util": "^1.1",
"psr/http-message": "^1.0",
- "react/event-loop": "^1.0 || ^0.5",
- "react/promise": "^2.3 || ^1.2.1",
- "react/promise-stream": "^1.1",
- "react/socket": "^1.6",
- "react/stream": "^1.1",
+ "react/event-loop": "^1.2",
+ "react/promise": "^3 || ^2.3 || ^1.2.1",
+ "react/promise-stream": "^1.4",
+ "react/socket": "^1.12",
+ "react/stream": "^1.2",
"ringcentral/psr7": "^1.2"
},
"require-dev": {
- "clue/block-react": "^1.1",
- "clue/http-proxy-react": "^1.3",
- "clue/reactphp-ssh-proxy": "^1.0",
- "clue/socks-react": "^1.0",
- "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
+ "clue/http-proxy-react": "^1.8",
+ "clue/reactphp-ssh-proxy": "^1.4",
+ "clue/socks-react": "^1.4",
+ "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
+ "react/async": "^4 || ^3 || ^2",
+ "react/promise-timer": "^1.9"
},
"autoload": {
"psr-4": { "React\\Http\\": "src" }