Skip to content

Commit

Permalink
Add support for Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Apr 25, 2024
1 parent c39d464 commit b72e4a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
matrix:
php: [7.4, 8.0, 8.1]
symfony: [4.4.*, 5.4.*, 6.0.*]
include:
- php: 8.2
symfony: 7.0.*
exclude:
- php: 7.4
symfony: 6.0.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": "^7.4 || ^8.0",

"doctrine/orm": "^2.4",
"symfony/property-access": "^4.4|^5.4|^6.0"
"symfony/property-access": "^4.4|^5.4|^6.0|^7.0"
},
"autoload": {
"psr-4": { "SyliusLabs\\AssociationHydrator\\": "src/" }
Expand Down

0 comments on commit b72e4a4

Please sign in to comment.