From 2d10201b00f944691a243dfafdf6fd305f50e828 Mon Sep 17 00:00:00 2001 From: Matt Bonneau Date: Thu, 20 Apr 2017 19:42:30 -0400 Subject: [PATCH] Change to phpunit 4.8 to support php 5.4 and 5.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 95d6b0f..224066b 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,6 @@ "require-dev": { "react/http": "^0.4.1", "react/socket-client": "^0.4.3", - "phpunit/phpunit": "5.7" + "phpunit/phpunit": "4.8.*" } }