* 5.4:
[FrameworkBundle] fixes#54402: Suppress PHP warning when is_readable() tries to access dirs outside of open_basedir restrictions
return null when message with name is not set
use local PHP web server to test HTTP stream wrappers
Bump Symfony version to 5.4.39
Update VERSION for 5.4.38
Update CONTRIBUTORS for 5.4.38
Update CHANGELOG for 5.4.38
* 5.4:
Skip Twig v3.9-dev for now
[Validator] Update Dutch (nl) translation
Update Albanian translations
[Validator] Update translation
[FrameworkBundle] Prevent silenced warning by checking if /proc/mount exists
[VarDumper][PhpUnitBridge] Fix color detection
prevent throwing NOT_FOUND error when tube is empty
[Validator] Update missing validator translation for Swedish
[FrameworkBundle] Fix eager-loading of env vars in ConfigBuilderCacheWarmer
[Messenger] Fix failing Redis test
[Validator] Update Italian (it) translations
[Validator] Missing translations for Hungarian (hu) #53769
* 6.3:
minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
Fix bad merge
List CS fix in .git-blame-ignore-revs
Fix implicitly-required parameters
List CS fix in .git-blame-ignore-revs
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
* 6.2:
[PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s
[Intl] fix test
[Intl] Use VarExporter::export() in PhpBundleWriter
Use triggering class to generate baseline for deprecation messages from DebugClassLoader
[Security] Fix false-string handling in RememberMeAuthenticator
[CssSelector] Tests on Xpath translator will always pass
[Serializer] Fix Normalizer not utilizing converted name for index variadic param
[DepdencyInjection] Fix costly logic when checking errored definitions
Fix merge
fix children cond
[DoctrineBridge] Load refreshed user proxy
[DependencyInjection] Don't ignore attributes on the actual decorator
[FrameworkBundle] Prevent `cache:clear` to lose files on subsequent runs
* 5.4:
[PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s
[Intl] fix test
[Intl] Use VarExporter::export() in PhpBundleWriter
Use triggering class to generate baseline for deprecation messages from DebugClassLoader
[Security] Fix false-string handling in RememberMeAuthenticator
[CssSelector] Tests on Xpath translator will always pass
[Serializer] Fix Normalizer not utilizing converted name for index variadic param
[DepdencyInjection] Fix costly logic when checking errored definitions
fix children cond
[DoctrineBridge] Load refreshed user proxy
[DependencyInjection] Don't ignore attributes on the actual decorator
[FrameworkBundle] Prevent `cache:clear` to lose files on subsequent runs
* 4.4:
cs fix
[Security][Validator] Add missing translations for Indonesian (id)
Report mismatches between trans-unit id and source text via status script
Do not add namespace argument to NullAdapter in CachePoolPass
[FrameworkBundle] Update cache:clear help
Fix ExecutionContextInterface::setParameter phpdoc example
always close open stopwatch section after handling kernel.request events
* 4.4:
Revert "bug #38063 [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable (nicolas-grekas)"
[PhpUnitBridge] Fix class_alias() for PHPUnit\Framework\Error\Error