squigg / azure-queue-laravel

PHP Laravel Queue Driver package for Microsoft Azure Storage Queues
41 stars 24 forks source link

Laravel 9 #23

Closed dieter-pollier closed 1 year ago

dieter-pollier commented 2 years ago

Hi,

Are there any plans to migrate to Laravel 9?

Thanks.

squigg commented 2 years ago

Yeh I'll need to see if anything has changed in the Queue APIs. Might get a few hours to look at it this weekend, or I'm open to PRs with any required changes (or just a doc bump if nothing to change)

squigg commented 2 years ago

Had a look through the Laravel 8 -> 9 diff and there were no changes in any of the Queue interfaces or implementations so have just bumped the dependencies and released a 9.x version.

Let me know if this works for you :)

mwlvandermaat commented 1 year ago

@squigg Hi,

Are there any plans to migrate to Laravel 10 :D? Would be great ^^

Thanks.