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
Class "Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener" used for service "security.authentication.listener.basic.main" cannot be found. #44147
When I'm running my testa against Symfony 5.4.0-BETA-3 or current dev we are getting a strange error:
The following package where installed:
Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Class "Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener" used for service "security.authentication.listener.basic.main" cannot be found.
Running on PHP 8.0 and install dev dependencies to run the test against that repository.
Possible Solution
Maybe have todo that the security-bundle 5:4 allows 6.0 packages but tries to register a BasicAuthenticationListener which does not exist in 6.0 security package.