-
-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Description
It is currently impossible to use the bundle provided in v2 with symfony. However this one is installed by default.
This because of a dependency on Psr\EventDispatcher\EventDispatcherInterface
The error is:
Cannot autowire service "Jose\Bundle\JoseFramework\Services\HeaderCheckerManagerFactory": argument "$eventDispatcher" of method "__construct()" references interface "Psr\EventDispatcher\EventDispatcherInterface" but no such service exists. You should
maybe alias this interface to one of these existing services: "debug.event_dispatcher", "debug.event_dispatcher.inner".