From 926f53bcc0c879b8580e55239453902a78914afa Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Wed, 1 Feb 2017 09:04:07 +0800 Subject: [PATCH] Laravel 5.4 explicitly require phpunit 5.7.0+ As demonstrated in laravel/framework#17699 it is possible to have phpunit being installed with a lower than `5.7.0`, which doesn't work at all on 5.4 due to the changes with PHPUnit namespaced class. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e5f21170..2b1259d7 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require-dev": { "fzaninotto/faker": "~1.4", "mockery/mockery": "0.9.*", - "phpunit/phpunit": "~5.0" + "phpunit/phpunit": "~5.7" }, "autoload": { "classmap": [