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

Add support for Laravel 8.x #47

Closed jason-klein closed 3 years ago

jason-klein commented 3 years ago

Laravel 8.1.0 is currently available. Laravel versions are incrementing quickly now that the project moved to Semantic Versioning, with plans to release a new major version every 6 months.

I confirmed this package is still working with Laravel 8.x, so I updated composer.json and the regex that checks container version to support all 8.x container versions.