From 25f02206b7f8b98badf82586171f247f0da16b31 Mon Sep 17 00:00:00 2001 From: Yoshi2889 Date: Sun, 28 May 2017 17:17:44 +0200 Subject: [PATCH] Add react/stream 0.7 to dependency list Signed-off-by: Yoshi2889 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 811ea02..0884786 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require": { "php": ">=5.3", - "react/stream": "^0.6 || ^0.5 || ^0.4 || ^0.3" + "react/stream": "^0.7 || ^0.6 || ^0.5 || ^0.4 || ^0.3" }, "require-dev": { "phpunit/phpunit": "^5.0 || ^4.8"