From ce6a7a207211170152cb9a081edf5d223aea7669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Fri, 15 Sep 2017 17:51:09 +0200 Subject: [PATCH] Forward compatibility with future Socket and EventLoop components --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e0b96ef..1abb766 100644 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ }, "require": { "php": ">=5.4", - "react/event-loop": "^0.4 || ^0.3", + "psr/http-message": "^1.0", + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3", "react/http-client": "^0.5", "react/promise": "^2.2.1", "react/promise-stream": "^0.1.1", - "react/socket": "^0.8", + "react/socket": "^1.0 || ^0.8", "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.6", - "psr/http-message": "^1.0", "ringcentral/psr7": "^1.2" }, "require-dev": {