Skip to content

Commit

Permalink
Merge branch '5.4' into 6.0
Browse files Browse the repository at this point in the history
* 5.4:
  Fix tests on PHP 8.1
  [Cache] Fix memory leak
  [Config] Add missing use statement in generated config builder classes
  [DependencyInjection] fix inlining when non-shared services are involved
  [FrameworkBundle] fix deprecation message
  [DoctrineBridge] add support for the JSON type
  [PHPUnitBridge] Fix Uncaught ValueError
  [HttpClient] Implement ResetInterface for all http clients
  [HttpKernel] allow ignoring kernel.reset methods that don't exist
  [FrameworkBundle] fix registering late resettable services
  [Validator] Missing translations for Greek (el)
  translate for japanese 101,102,103
  Use symfony-*-bridge instead of symfony-bridge for component bridges
  Fix Loco Provider
  [HttpClient] Curl http client has to reinit curl multi handle on reset
  [SecurityBundle] Fix compat with symfony/security-core:^6 (ter)
  [Validator] Add Swedish translation for issue #43737
  • Loading branch information
nicolas-grekas committed Nov 12, 2021
2 parents d766d42 + 30eea87 commit ca04880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "symfony/beanstalkd-messenger",
"type": "symfony-bridge",
"type": "symfony-messenger-bridge",
"description": "Symfony Beanstalkd Messenger Bridge",
"keywords": [],
"homepage": "https://symfony.com",
Expand Down

0 comments on commit ca04880

Please sign in to comment.