Skip to content

Commit

Permalink
Merge pull request #53 from laravel-shift/l9-compatibility
Browse files Browse the repository at this point in the history
Laravel 9.x Compatibility
  • Loading branch information
dusterio authored Feb 5, 2022
2 parents 2401ba5 + 9937ab7 commit 8177d9a
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"name": "dusterio/laravel-plain-sqs",
"type": "library",
"description": "Custom SQS connector for Laravel that supports custom format JSON",
"keywords": ["php","laravel","lumen","sqs","aws"],
"keywords": [
"php",
"laravel",
"lumen",
"sqs",
"aws"
],
"homepage": "https://github.com/dusterio/laravel-plain-sqs",
"license": "MIT",
"authors": [
Expand All @@ -14,13 +20,13 @@
],
"require": {
"php": ">=5.5.0",
"illuminate/support": "5.*|^6.0|^7.0|^8.0",
"illuminate/queue": "5.*|^6.0|^7.0|^8.0",
"illuminate/bus": "5.*|^6.0|^7.0|^8.0",
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0",
"aws/aws-sdk-php": "~3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/phpunit": "3.7.*|^9.5.10",
"codeclimate/php-test-reporter": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit 8177d9a

Please sign in to comment.