prooph / event-store-symfony-bundle

Event Store Symfony Bundle

Home Page:http://getprooph.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot autowire service when installing the bundle

DavidGarciaCat opened this issue · 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,

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