From d2be97a092e3b01942c8d4d83346c00bcf6ecf14 Mon Sep 17 00:00:00 2001 From: GerB Date: Mon, 4 Mar 2024 11:38:53 +0100 Subject: [PATCH] Add symfony 7 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5095ed6..4ea1415 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ext-dom": "*", "ext-libxml": "*", "ext-simplexml": "*", - "symfony/css-selector": "~3.0 || ~4.0 || ~5.0 || ~6.0" + "symfony/css-selector": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0" }, "suggest": { "voku/portable-utf8": "If you need e.g. UTF-8 fixed output."