Skip to content

Commit 03ab998

Browse files
authored
feature: support symfony/serializer 7.x (#1118)
1 parent 6852ee8 commit 03ab998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"symfony/http-kernel": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
3333
"symfony/options-resolver": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
3434
"symfony/security-core": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
35-
"symfony/serializer": "^3.0 || ^4.0 || ^5.0 || ^6.0",
35+
"symfony/serializer": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
3636
"twig/twig": "^2.14 || ^3.0"
3737
},
3838
"require-dev": {

0 commit comments

Comments
 (0)