From 53af1ff1df5457ea16d18cebab1309e667ea86c4 Mon Sep 17 00:00:00 2001 From: lugudor lignm Date: Tue, 16 Feb 2021 11:16:20 +0000 Subject: [PATCH] Update composer.json for support php8 (#4) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4f01d68..9f301da 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } }, "require": { - "php": ">=7.4", + "php": ">=7.4 || ^8.0", "ext-json": "*", "symfony/framework-bundle": "^5.0" },