Skip to content

Commit

Permalink
Add support for symfony/serializer v.7 #797 (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-noskov authored May 31, 2024
1 parent 6161b8c commit 539abaa
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 @@ -11,7 +11,7 @@
"guzzlehttp/psr7": "^1.7 || ^2.0",
"monolog/monolog": "^2.2.0 || ^3.0",
"phpdocumentor/reflection-docblock": "^3.0.3 || ^4.0 || ^5.0",
"symfony/serializer": "^3.0.3 || ^4.4.0 || ^5.0.0 || ^6.0.0",
"symfony/serializer": "^3.0.3 || ^4.4.0 || ^5.0.0 || ^6.0.0 || ^7.0",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit 539abaa

Please sign in to comment.