You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not deprecate the service alias for the old Http\Client\HttpClient interface because different Symfony
versions expect a different syntax for the deprecation, which triggers an error on some Symfony versions.
ConfiguredClientsStrategy no longer implements EventSubscriberInterface,
this has been moved to ConfiguredClientsStrategyListener to avoid initializing
the strategy on every request.