From 55a3d76446d462b9943cb4e8e6b0af277a3fb2c4 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 27 Oct 2020 16:05:51 +0100 Subject: [PATCH] [6.x] Full PHP 8.0 Support (#33388) * Full PHP 8.0 Support * Update faker suggest * Update testbench Co-authored-by: Graham Campbell --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8070852..c62efd9 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.2.5", + "php": "^7.2.5|^8.0", "psr/container": "^1.0", "psr/simple-cache": "^1.0" },