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 7.x #44

Closed jason-klein closed 4 years ago

jason-klein commented 4 years ago

Laravel 7.0.8 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. Perhaps this could support all versions from 5.0 and beyond until a breaking change occurs?

In the meantime, I updated composer.json and the regex that checks container version to support all 7.x container versions.