From 8bc16492f67d9bef2ecd71c47e867d2e2527393f Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 3 Oct 2017 08:20:24 +0300 Subject: [PATCH] Changed require-dev phpunit version limits to include ^4.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e092e97..f002a43 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ } ], "require": { - "php" : ">=5.5.0", + "php" : ">=5.6.0", "illuminate/support": "~5.2" }, "require-dev": { - "phpunit/phpunit" : "~5.7", + "phpunit/phpunit" : "^4.0|^5.0", "orchestra/testbench": "~3.0", "doctrine/dbal": "~2.3" },