Laravel 10 was just released, and it looks to me like there aren't any breaking changes that cause trouble with this package. It works just fine with Laravel 10 in the app I'm building with it after a composer install.
I've never really done much package development before and wasn't able to get phpunit to run on the package directly at all (Class "zanysoft.zip" does not exist, which appears to be a facade resolution issue) - But I'm fairly certain that's my own inexperience and not something wrong with this package.
Laravel 10 was just released, and it looks to me like there aren't any breaking changes that cause trouble with this package. It works just fine with Laravel 10 in the app I'm building with it after a
composer install
.I've never really done much package development before and wasn't able to get
phpunit
to run on the package directly at all (Class "zanysoft.zip" does not exist
, which appears to be a facade resolution issue) - But I'm fairly certain that's my own inexperience and not something wrong with this package.