Skip to content

Commit

Permalink
[FEATURE] Add support for Symfony 7 (#1243)
Browse files Browse the repository at this point in the history
Fixes #1241
  • Loading branch information
oliverklee authored Nov 30, 2023
1 parent 1945460 commit 844ad74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z

### Added
- Add support for Symfony 7 (#1243)

### Changed

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.4.0",
"symfony/css-selector": "^4.4.23 || ^5.4.0 || ^6.0.0"
"symfony/css-selector": "^4.4.23 || ^5.4.0 || ^6.0.0 || ^7.0.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "1.3.2",
Expand Down

0 comments on commit 844ad74

Please sign in to comment.