From 14ec58006355bc4c7b4ba9693845362b88eed048 Mon Sep 17 00:00:00 2001 From: Gemorroj Date: Fri, 22 Dec 2023 16:45:50 +0300 Subject: [PATCH] build: allow symfony 7.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0414d29..181356c 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "LGPL-3.0-or-later", "require": { "php": ">=8.0.2", - "symfony/http-client": "^5.4||^6.0" + "symfony/http-client": "^5.4||^6.0||^7.0" }, "authors": [ { @@ -14,7 +14,7 @@ ], "require-dev": { "phpunit/phpunit": "^9.6", - "friendsofphp/php-cs-fixer": "^3.0" + "friendsofphp/php-cs-fixer": "^3.41" }, "autoload": { "psr-4": {