From 417af6aa66d2491bd68908c8cfdbdc0431fffb2d Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 30 Oct 2024 09:31:58 +0100 Subject: [PATCH] [TASK] Drop support for Symfony 4.4 We'll raise the minimum required bugfix versions for Symfony in a separate change to ensure PHP 8.4 compatibility even with the lowest dependencies. Fixes #1242 --- CHANGELOG.md | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ff649c..04f58cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ Please also have a look at our ### Removed +- Drop support for Symfony 4.4 (#1358) + ### Fixed ## 7.3.0: Add support for PHP 8.4 and CSS custom properties diff --git a/composer.json b/composer.json index 93a11497..77e5fcaf 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "ext-dom": "*", "ext-libxml": "*", "sabberworm/php-css-parser": "^8.7.0", - "symfony/css-selector": "^4.4.23 || ^5.4.0 || ^6.0.0 || ^7.0.0" + "symfony/css-selector": "^5.4.0 || ^6.0.0 || ^7.0.0" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "1.4.0",