From b72ce053a121f331a62ec571b2fac9570d6ac58d Mon Sep 17 00:00:00 2001 From: Chris Doehring Date: Sat, 31 Oct 2020 19:08:10 +0100 Subject: [PATCH] Add php 8 support for Illuminate Testing 7.x --- src/Illuminate/Testing/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Testing/composer.json b/src/Illuminate/Testing/composer.json index 0a659bad9a5..1c18d912e4d 100644 --- a/src/Illuminate/Testing/composer.json +++ b/src/Illuminate/Testing/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.2.5", + "php": "^7.2.5|^8.0", "illuminate/contracts": "^7.0", "illuminate/support": "^7.0", "symfony/polyfill-php73": "^1.17"