vuongxuongminh / laravel-async

Package provide simple way to run code asynchronously for your Laravel application.
MIT License
154 stars 26 forks source link

update library support for laravel 11 #49

Closed fmarquesto closed 2 months ago

fmarquesto commented 2 months ago

Updated libraries for Laravel 11 compatibility

vuongxuongminh commented 2 months ago

Thank you for this PR, Laravel 11 require minimum PHP version is 8.2 can you add version 8.2 to matrix of CI pipeline? So we can make sure this package can play well with L11

fmarquesto commented 2 months ago

Added to test.yml. should be enough, right?

vuongxuongminh commented 2 months ago

Yes, merged, thank you @fmarquesto