Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit baa22f6

Browse files
Merge branch '4.2'
* 4.2: [Console] Fix command testing with missing inputs [Validator] Sync no/nb translation files [Translation] Added a script to display the status of translations [Validator] Added missing translations for Norwegian (\"no\") locale #30179 [Security\Guard] bump lowest version of security-core [TwigBridge] Fix test Remove unnecessary ProgressBar stdout writes (fixes flickering) [Validator] improve translations for albanian ("sq") locale [VarDumper] fix serializing Stub instances [Validator] Added missing use statement for UnexpectedTypeException Don't resolve the Deprecation error handler mode until a deprecation is triggered bug #30245 fix lost namespace in eval (fizzka) fix lost namespace in eval [Twig] removed usage of non-namespaced classes added missing dot Update validators.lt.xlf #30172 Add the missing validation translations for the Luxembourgish … [Debug][ErrorHandler] Preserve next error handler
2 parents d004888 + 932f43f commit baa22f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guard/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.1.3",
20-
"symfony/security-core": "~3.4|~4.0",
20+
"symfony/security-core": "~3.4.22|^4.2.3",
2121
"symfony/security-http": "~3.4|~4.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)