event-store-symfony-bundle icon indicating copy to clipboard operation
event-store-symfony-bundle copied to clipboard

Cannot autowire service when installing the bundle

Open DavidGarciaCat opened this issue 6 years ago • 1 comments

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):

Screenshot 2019-05-20 at 16 17 43

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,

DavidGarciaCat avatar May 20 '19 15:05 DavidGarciaCat

I also have the same error

dimacros avatar Aug 21 '19 09:08 dimacros

this problem will not occur anymore due bundle recipe won't install the problematic command anymore starting from v0.10

unixslayer avatar Jan 18 '23 13:01 unixslayer