sebdesign / laravel-state-machine

Winzou State Machine service provider for Laravel
MIT License
327 stars 57 forks source link

Can't install on a fresh Laravel 7 project #35

Closed divan-mt closed 4 years ago

divan-mt commented 4 years ago

I get this error while trying to install this package in a fresh Laravel 7 project.

- sebdesign/laravel-state-machine v3.0.0 requires winzou/state-machine ^0.4.0 -> no matching package found.

It seems winzou/state-machine has latest version 0.3.3 but you require ^0.4.0 Is there anything with this?

sebdesign commented 4 years ago

Yes I had the same problem a few days ago, so I put a small upgrade guide on the release page: https://github.com/sebdesign/laravel-state-machine/releases/tag/v3.0.0

Let me know if that fixes the issue.

divan-mt commented 4 years ago

Ah I totally missed that. Thank you.