From fcf7a01550972e6244ee7d18ee1c9e71ec76341b Mon Sep 17 00:00:00 2001 From: Zeichen32 Date: Sun, 3 Dec 2023 11:59:13 +0100 Subject: [PATCH] Allow symfony 7 (#29) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f2ea0ca..2d91c2b 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ ], "require": { "php": "^7.2||^8.0", - "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0", - "symfony/http-client": "^4.4 || ^5.0 || ^6.0", + "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/http-client": "^4.4 || ^5.0 || ^6.0 || ^7.0", "symfony/http-client-contracts": "^1.0|^2.0|^3.0", "nyholm/psr7": "^1.0", "m4tthumphrey/php-gitlab-api": "^11.0"