From a8bf3a7074b363079c88326f8614e38efb700523 Mon Sep 17 00:00:00 2001 From: Eoghan O'Brien Date: Thu, 16 Feb 2017 14:42:53 -0600 Subject: [PATCH] Changes PHPUnit version to 4.8 to support PHP v5.3 and up --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ab78252..55feaaf 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "php": ">=5.2.0" }, "require-dev": { - "phpunit/phpunit": "~5.7", + "phpunit/phpunit": "~4.8", "squizlabs/php_codesniffer": "~2.8" }, "autoload": {