From 81c7c262ec2a593499f2d308058c262655f37f84 Mon Sep 17 00:00:00 2001 From: Maxime Veber Date: Fri, 21 Dec 2018 13:42:39 +0100 Subject: [PATCH] Downgrade PHPUnit so it test with PHP 5.6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f0bff11..3a544d7 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require-dev": { "phpspec/phpspec": "^3.2", "bossa/phpspec2-expect": "^2.3", - "phpunit/phpunit": "^7.5" + "phpunit/phpunit": "^5.7" }, "_comment": [ "PHPSpec is limited to ^3.2 to keep compatibility with PHP5.6"