10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a38810 + 2ac2593 commit ff92697Copy full SHA for ff92697
composer.json
@@ -94,7 +94,6 @@
94
"symfony/security-bundle": "self.version",
95
"symfony/security-core": "self.version",
96
"symfony/security-csrf": "self.version",
97
- "symfony/security-guard": "self.version",
98
"symfony/security-http": "self.version",
99
"symfony/semaphore": "self.version",
100
"symfony/serializer": "self.version",
src/Symfony/Component/PasswordHasher/composer.json
@@ -20,7 +20,7 @@
20
},
21
"require-dev": {
22
"symfony/security-core": "^5.4|^6.0",
23
- "symfony/console": "^5"
+ "symfony/console": "^5.4|^6.0"
24
25
"conflict": {
26
"symfony/security-core": "<5.4"
0 commit comments