From 80f853ddba25b30e11827261a6c3820239ee1b58 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 6 Jan 2021 15:37:19 +0100 Subject: [PATCH] Allow PHP 8 for v2 (#1067) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 346fee530..44af5e21a 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": "^5.6||^7.0", + "php": "^5.6||^7.0||^8.0", "fzaninotto/faker": "^1.5", "symfony/yaml": "^2.0||^3.0" },