Skip to content

Commit d158a81

Browse files
authored
Merge pull request #90 from laravel-shift/l9-compatibility
Laravel 9.x Compatibility
2 parents aa8b642 + 4d37a48 commit d158a81

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

composer.json

+14-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
"name": "dusterio/laravel-aws-worker",
33
"type": "library",
44
"description": "Run Laravel (or Lumen) tasks and queue listeners inside of AWS Elastic Beanstalk workers",
5-
"keywords": ["php","laravel","lumen","sqs","aws","elasticbeanstalk","worker"],
5+
"keywords": [
6+
"php",
7+
"laravel",
8+
"lumen",
9+
"sqs",
10+
"aws",
11+
"elasticbeanstalk",
12+
"worker"
13+
],
614
"homepage": "https://github.com/dusterio/laravel-aws-worker",
715
"license": "MIT",
816
"authors": [
@@ -14,14 +22,14 @@
1422
],
1523
"require": {
1624
"php": ">=5.5.0",
17-
"illuminate/support": "5.*|^6.0|^7.0|^8.0",
18-
"illuminate/queue": "5.*|^6.0|^7.0|^8.0",
19-
"illuminate/bus": "5.*|^6.0|^7.0|^8.0",
25+
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0",
26+
"illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0",
27+
"illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0",
2028
"aws/aws-sdk-php": "~3.0",
21-
"illuminate/http": "5.*|^6.0|^7.0|^8.0"
29+
"illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0"
2230
},
2331
"require-dev": {
24-
"phpunit/phpunit": "3.7.*",
32+
"phpunit/phpunit": "3.7.*|^9.5.10",
2533
"codeclimate/php-test-reporter": "dev-master"
2634
},
2735
"autoload": {

0 commit comments

Comments
 (0)