From 3c5bb674e996f6ce410e38c2d608b2c03b6900ed Mon Sep 17 00:00:00 2001 From: Baptiste Leduc Date: Mon, 3 Jun 2024 12:29:19 +0200 Subject: [PATCH] Symfony 7 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 85fe63d..789f665 100644 --- a/composer.json +++ b/composer.json @@ -31,8 +31,8 @@ "amphp/http-client": "^v5.0.1", "amphp/sync": "^2.0", "bovigo/assert": "^7.0", - "symfony/console": "^4.4 || ^5.0 || ^6.0", - "symfony/finder": "^4.4 || ^5.0 || ^6.0" + "symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/finder": "^4.4 || ^5.0 || ^6.0 || ^7.0" }, "suggest": { "amphp/http-client": "To use the web test case trait"