From eb1ddce3775c63834c9dee4a8f08886c586012fb Mon Sep 17 00:00:00 2001 From: Beu Date: Sun, 25 Jun 2023 20:04:07 +0200 Subject: [PATCH] fix dependency of PHP for attributes --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a631ff1..1331244 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } }, "require": { - "php": ">=7.4.0", + "php": ">=8.0", "league/oauth2-client": "^2.6", "knpuniversity/oauth2-client-bundle": "^2.11" }