From 9bf4fe67d8155373823a8ed23db04b5b7bd5415a Mon Sep 17 00:00:00 2001 From: Mark Beech Date: Thu, 12 Apr 2018 21:15:34 +0100 Subject: [PATCH] Tweak Testbench requirement --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c3afa43..1f5d990 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "illuminate/config": "^5.0" }, "require-dev": { - "orchestra/testbench": "^3.2|^3.4", + "orchestra/testbench": "^3.0", "phpunit/phpunit": "^4.8|^5.5|^6.5", "satooshi/php-coveralls": "1.*" },