From fd35e9c5636e13d9fa5e6c11beb8540e732b5282 Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Fri, 25 May 2018 19:38:47 +1200 Subject: [PATCH] Lock phpunit to ^7.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1c83325..88ac935 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available." }, "require-dev": { - "phpunit/phpunit": "^7" + "phpunit/phpunit": "^7.0" }, "bin": [ "bin/resque"