8000 Merge branch '5.4' into 6.0 · symfony/symfony@2ac2593 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ac2593

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [PasswordHasher] Fix composer.json
2 parents 297fde5 + 3c03085 commit 2ac2593

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
@@ -20,7 +20,7 @@
2020
},
2121
"require-dev": {
2222
"symfony/security-core": "^5.4|^6.0",
23-
"symfony/console": "^5"
23+
"symfony/console": "^5.4|^6.0"
2424
},
2525
"conflict": {
2626
"symfony/security-core": "<5.4"

0 commit comments

Comments
 (0)
0