From 2feccb3c9cc9c8834867d1961ce4cf13f97e6053 Mon Sep 17 00:00:00 2001 From: Stephen Coakley Date: Sun, 13 Dec 2015 18:02:24 -0600 Subject: [PATCH] Latest PHPUnit 4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 94095d2..75d4f10 100755 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "icicleio/stream": "^0.5" }, "require-dev": { - "phpunit/phpunit": "^5.1" + "phpunit/phpunit": "^4.8" }, "suggest": { "ext-pcntl": "Required for fork contexts",