Skip to content

Commit

Permalink
feature: support symfony/serializer 7.x (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
deguif authored Feb 5, 2025
1 parent 6852ee8 commit 03ab998
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 @@ -32,7 +32,7 @@
"symfony/http-kernel": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/options-resolver": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/security-core": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/serializer": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/serializer": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"twig/twig": "^2.14 || ^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 03ab998

Please sign in to comment.