Skip to content

Commit

Permalink
Merge pull request #523 from xaben/serializer-dependency
Browse files Browse the repository at this point in the history
[Fix] Allow symfony/serializer ^5.0 to be used
  • Loading branch information
eigan authored Jun 2, 2022
2 parents ed9959f + 2033d22 commit 9eea57d
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 @@ -31,7 +31,7 @@
"illuminate/support": "^9.0",
"illuminate/validation": "^9.0",
"illuminate/view": "^9.0",
"symfony/serializer": "^6.0",
"symfony/serializer": "^5.0|^6.0",
"symfony/yaml": "^5.0|^6.0"
},
"require-dev": {
Expand Down

0 comments on commit 9eea57d

Please sign in to comment.