Skip to content

Commit

Permalink
Added support for Symfony v6 and v7
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyamcl committed Dec 8, 2024
1 parent 5a1df02 commit a25cbf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## UNRELEASED
### Added
- PHP 8.2, 8.3, and 8.4 GitHub builds
- Support for Symfony v6 and v7
### Changed
- Replaced `cocur/slugify` with `symfony/string` (`cocur/slugify` had some PHP 8.2+ code in a version marked as 7.x safe)
- Updated GitHub build `action/checkout` and `action/cache`
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"php": "^7.2|^8.0",
"ext-dom": "*",
"masterminds/html5": "^2.1",
"symfony/string": "^5.4",
"symfony/translation-contracts": "^2.5",
"symfony/string": "^5.4|^6.0|^7.0",
"symfony/translation-contracts": "^2.5|^3.0",
"knplabs/knp-menu": "^3.2"
},
"require-dev": {
Expand Down

0 comments on commit a25cbf1

Please sign in to comment.