From 4188ab6d10caef54ae14e93c491e5958113f2577 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Fri, 22 Jan 2016 23:44:23 -0600 Subject: [PATCH] Update requirements --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e515cfc..07dcffb 100755 --- a/composer.json +++ b/composer.json @@ -19,12 +19,13 @@ } ], "require": { - "icicleio/icicle": "^0.9.1", - "icicleio/stream": "^0.5.4" + "icicleio/icicle": "^2.0", + "icicleio/stream": "^2.0" }, "require-dev": { - "phpunit/phpunit": "^4.8" + "phpunit/phpunit": "^5.0" }, + "minimum-stability": "dev", "suggest": { "ext-pcntl": "Required for fork contexts", "ext-pthreads": "Required for thread contexts",