Skip to content

Commit

Permalink
Merge pull request #26 from Chris53897/feature/allow-symfony-7
Browse files Browse the repository at this point in the history
feat: allow symfony 7
  • Loading branch information
goetas authored Apr 12, 2024
2 parents 4a24dc8 + 2b24b98 commit be15c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": ">=7.1",
"jms/serializer": "^1.2|^2.0|^3.0",
"symfony/yaml": "^2.2|^3.0|^4.0|^5.0|^6.0"
"symfony/yaml": "^2.2|^3.0|^4.0|^5.0|^6.0|^7.0"
},
"conflict": {
"jms/serializer": "1.4.1|1.6.1|1.6.2"
Expand Down

0 comments on commit be15c48

Please sign in to comment.