8000 [PasswordHasher] Fix composer.json · symfony/symfony@7db3480 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7db3480

Browse files
committed
[PasswordHasher] Fix composer.json
1 parent 31fa765 commit 7db3480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/PasswordHasher/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"symfony/security-core": "^5.3|^6.0",
24-
"symfony/console": "^5"
24+
"symfony/console": "^5.3|^6.0"
2525
},
2626
"conflict": {
2727
"symfony/security-core": "<5.3"

0 commit comments

Comments
 (0)
0