From 1181f27cb56faf3061e8caa9c72023f74f15ee0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C5=ABnas=20Dronga?= Date: Thu, 16 Mar 2023 08:37:33 +0200 Subject: [PATCH] fix: allow PHP8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 11f7aecf..62be981e 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "^7.1 || ^8.1", + "php": "^7.1 || ^8.0", "symfony/framework-bundle": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/console": "^4.4|^5.0",