brexis / laravel-workflow

Use the Symfony Workflow component in Laravel
MIT License
281 stars 105 forks source link

Added symfony 4 support #14

Closed MyDigitalLife closed 6 years ago

MyDigitalLife commented 6 years ago

Seeing that there a no major changes that seem the conflict with this bundle we can just add Symfony 4 support.

Closes #12

lguima commented 6 years ago

Could this PR fix this error?

screenshot from 2018-01-23 13-39-29

MyDigitalLife commented 6 years ago

Yes it should. I'm hoping @brexis will be review the open pull requests soon and this will be fixed.

As a workaround I added symfony/event-dispatcher ^3.0 to my composer.json and this fixed the issue. You could try that.

lguima commented 6 years ago

@MyDigitalLife, did you add this dependency to composer.json of your project or of laravel-workflow?

I tried some few approaches but none worked.

MyDigitalLife commented 6 years ago

@lguima I added it to my project composer.json. It could be that you have another package that is giving the conflict. I'm afraid you will have to wait until @brexis updates the package.

brexis commented 6 years ago

Fixed in #18