squigg / azure-queue-laravel

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

Laravel 6 support #10

Closed Michael-Stokoe closed 4 years ago

Michael-Stokoe commented 4 years ago

Summary of issue No support for Laravel 6.

This Package: 5.8 Laravel: 6.5 PHP: 7.1 / 7.2 / 7.3 Operating System: Linux

squigg commented 4 years ago

I'll see if I can take a look this weekend. Not been following the changes much in L6 so hopefully not too drastic :)

On 22 November 2019 03:55:56 GMT+13:00, Michael Stokoe notifications@github.com wrote:

Summary of issue No support for Laravel 6.

This Package: 5.8 Laravel: 6.5 PHP: 7.1 / 7.2 / 7.3 Operating System: Linux

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/squigg/azure-queue-laravel/issues/10

goodkenz95 commented 4 years ago

Is there possibility for the compatibility for Laravel 6 ? Laravel 5.8 and 6 doesn't really have big changes.

Thanks!

squigg commented 4 years ago

Turns out there wasn't much to do, just dependency changes. Should probably have checked that 6 months ago...

6.0.0 tagged just now, 7.0.0 coming shortly :)