event-store-symfony-bundle
event-store-symfony-bundle copied to clipboard
Cannot autowire service when installing the bundle
Hey there,
When I try to install the vendor through Composer to my Symfony 4.2 project:
composer require prooph/event-store-symfony-bundle
Then it throws an error due to the services are not defined through the Namespace\Class (or there aren't aliases for it):

This looks like a blocker for those users that are trying to use the bundle for the very first time.
Would be good if the services can define a valid Alias if you don't want to replace it everywhere.
Cheers,
I also have the same error
this problem will not occur anymore due bundle recipe won't install the problematic command anymore starting from v0.10