orobogenius / sansdaemon

Batch process Laravel Queue without a daemon; Processes queue jobs and kills the process
https://medium.com/@orobogenius/laravel-queue-processing-on-shared-hosting-dedd82d0267a
MIT License
176 stars 17 forks source link

Add support for Laravel 9 #29

Closed PasanBhanu closed 2 years ago

PasanBhanu commented 2 years ago

Laravel 9 requires

illuminate/support ^9.0 php ^8.0

Updated the composer.json file

nabeelio commented 2 years ago

Hi, this would be fantastic if it can be merged!

nabeelio commented 2 years ago

@orobogenius thank you very much!