Skip to content

Commit

Permalink
[TASK] Drop support for Symfony 4.4
Browse files Browse the repository at this point in the history
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
  • Loading branch information
oliverklee committed Oct 30, 2024
1 parent 6e00d9d commit 417af6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 417af6a

Please sign in to comment.