Skip to content

Commit

Permalink
[TASK] Require sabberworm/php-css-parser:^8.7.0
Browse files Browse the repository at this point in the history
This is required to ensure compatibility up to PHP 8.4 even
with the lowest permitted dependencies.
  • Loading branch information
oliverklee committed Oct 27, 2024
1 parent 33c79c7 commit 9ee9932
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

### Changed

- Require `sabberworm/php-css-parser:^8.7.0` (#1355)

### Deprecated

### Removed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-dom": "*",
"ext-libxml": "*",
"sabberworm/php-css-parser": "^8.4.0",
"sabberworm/php-css-parser": "^8.7.0",
"symfony/css-selector": "^4.4.23 || ^5.4.0 || ^6.0.0 || ^7.0.0"
},
"require-dev": {
Expand Down

0 comments on commit 9ee9932

Please sign in to comment.