Skip to content

Commit 7ac8ed1

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [PasswordHasher] Fix composer.json Don't replace symfony/security-guard
2 parents e7520cd + b51d215 commit 7ac8ed1

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
@@ -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)