Skip to content

Commit 2ffb222

Browse files
committed
Fix min version of symfony/property-info (^7.1.10).
1 parent 5bcc31e commit 2ffb222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"symfony/http-kernel": "^7.0.0",
8484
"symfony/mime": "^7.0.0",
8585
"symfony/property-access": "^7.0.0",
86-
"symfony/property-info": "^7.0.0",
86+
"symfony/property-info": "^7.1.10",
8787
"symfony/psr-http-message-bridge": "^7.0.0",
8888
"symfony/serializer": "^7.0.0",
8989
"symfony/var-dumper": "^7.0.0",

packages/serializer/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"phpstan/phpdoc-parser": "^2.0.0",
2828
"symfony/deprecation-contracts": "^3.0.0",
2929
"symfony/property-access": "^7.0.0",
30-
"symfony/property-info": "^7.0.0",
30+
"symfony/property-info": "^7.1.10",
3131
"symfony/serializer": "^7.0.0"
3232
},
3333
"require-dev": {

0 commit comments

Comments
 (0)