Skip to content

Commit 1f42190

Browse files
committed
fix: locked symfony serializer version
1 parent 6533d27 commit 1f42190

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
@@ -29,7 +29,7 @@
2929
"phpdocumentor/reflection-docblock": "*",
3030
"phpstan/phpdoc-parser": "*",
3131
"symfony/property-access": "~7.0.0",
32-
"symfony/property-info": "~7.0.0",
32+
"symfony/property-info": "~7.0.0"
3333
},
3434
"require-dev": {
3535
"friendsofphp/php-cs-fixer": "^3.5",

0 commit comments

Comments
 (0)