brexis / laravel-workflow

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

Can't install this using composer #11

Closed nivanmorgan closed 6 years ago

nivanmorgan commented 6 years ago

I've been trying for a week to install this on laravel 5.5. I keep getting an error that I need to have an updated version of the symfony/event-dispatcher. I try updating the event-dispatcher and I get an error about guzzle/guzzle 3.9.3 install. I have that installed for a different package but I also have guzzlehttp v6 installed for other packages. I can't remove guzzle but would seriously like to try using this package to create workflows in my app. Do you have any helpful suggestions for me @brexis ?

I know it is a composer issue and will post something on stackoverflow but I also want to know if it will work on laravel 5.5

Thanks