Skip to content

Commit d13454c

Browse files
committed
Fix missing dependency on symfony/property-access
1 parent f0abfe3 commit d13454c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/Security/Core/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"symfony/deprecation-contracts": "^2.5|^3",
2121
"symfony/event-dispatcher-contracts": "^2.5|^3",
2222
"symfony/service-contracts": "^2.5|^3",
23-
"symfony/password-hasher": "^6.4|^7.0"
23+
"symfony/password-hasher": "^6.4|^7.0",
24+
"symfony/property-access": "^6.4|^7.0"
2425
},
2526
"require-dev": {
2627
"psr/container": "^1.1|^2.0",

0 commit comments

Comments
 (0)