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

Update support from Laravel 6.0-6.2 to Laravel 6.x #39

Closed jason-klein closed 4 years ago

jason-klein commented 4 years ago

Laravel 6.5.2 is currently available. Laravel versions are incrementing quickly now that they've moved to Semantic Versioning.

The composer.json in this library allows 6.x versions, but the regex that checks container version is currently restricted to 6.0-6.2 versions. Updated the regex to support all 6.x container versions (e.g. 6.0.x to 6.10.x and beyond).