From 966eecc5f2666cb15cd567967b8b60ea1e572bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Tue, 9 May 2017 23:18:50 +0200 Subject: [PATCH 1/2] Forward compatibility with upcoming EventLoop v1.0 and v0.5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ebede44..0fe8e11 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ "require": { "php": ">=5.3", "react/socket": "^0.7.1", - "react/event-loop": "^0.4 || ^0.3", - "react/promise": " ^2.1 || ^1.2", + "react/promise": " ^2.1 || ^1.2.1", "ringcentral/psr7": "^1.2" }, "require-dev": { "phpunit/phpunit": "^5.0 || ^4.8", + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3", "clue/block-react": "^1.1" } } From e3b9fb81e3adba8a1b6046bc6f3283b579ad1453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Tue, 9 May 2017 23:20:02 +0200 Subject: [PATCH 2/2] Forward compatibility with upcoming Socket v1.0 and v0.8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0fe8e11..7fb9545 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require": { "php": ">=5.3", - "react/socket": "^0.7.1", + "react/socket": "^1.0 || ^0.8 || ^0.7.1", "react/promise": " ^2.1 || ^1.2.1", "ringcentral/psr7": "^1.2" },