laravel-eloquent-state-machines
laravel-eloquent-state-machines copied to clipboard
Seems not to support Laravel 9.
Seems to be a simple fix to update the dependencies to support Laravel 9.
Also, might as well add support for PHP8.1. :-)
I forked it to test. With php and illuminate/support updated, all tests passes. Since Symfony isn't php8.1 ready, it seems that you can just add "^9.0" to the "Illuminate/Support". You'll also need to add the latest version of "orchestra/testbench" and "laravel/legacy-factories". Fortunately, "laravel/legacy-factories" 1.3 seems to be fine, so this dependency can likely just be updated.
@dclindner will you make a PR for this? Thanks!
Good afternoon @dclindner @jcfrane
Will be updating the package to support L9 this week. Thanks for the tip @dclindner 👍