From 041c913f5cd403b4a72b1cff67a29e6e364371b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Wed, 11 Apr 2018 16:27:17 +0200 Subject: [PATCH] Forward compatiblity with EventLoop v0.5 and upcoming v1.0 --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c7028c1..7794f3c 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,10 @@ }, "require": { "php": ">=5.3", - "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4 || ^0.3" + "react/stream": "^1.0 || ^0.7 || ^0.6" }, "require-dev": { - "react/event-loop": " ^0.4 || ^0.3", - "phpunit/phpunit": "^6.0 || ^5.7 || ^4.8.35", - "react/stream": "^1.0 || ^0.7 || ^0.6" + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3", + "phpunit/phpunit": "^6.0 || ^5.7 || ^4.8.35" } }