dusterio / laravel-plain-sqs

Custom SQS connector for Laravel (or Lumen) that supports third-party, plain JSON messages
MIT License
131 stars 92 forks source link

Laravel 8 Support #46

Closed swilla closed 3 years ago

jason-klein commented 3 years ago

Is this tested and working with Laravel 8.x? In the past, I've also had to modify src/Sqs/Queue.php so I made the same changes for 8.x and ran this through our tests.

See my tested Laravel 8.x PR here https://github.com/dusterio/laravel-plain-sqs/pull/47

swilla commented 3 years ago

I would say your PR is probably good then. I would just ask that you update the composer.json formatting since there is some tabs mixed in with the spaces.