We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42474ca commit d2f22c3Copy full SHA for d2f22c3
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Added
6
+
7
+- Support for Laravel 9
8
9
## 0.1.3
10
11
### Added
composer.json
@@ -14,8 +14,8 @@
14
"require": {
15
"php": "^7.2.5 || ^8.0",
16
"async-aws/sqs": "^1.1",
17
- "illuminate/queue": "^6.18.11 || ^7.10 || ^8.0",
18
- "illuminate/support": "^6.18.13 || ^7.10 || ^8.0"
+ "illuminate/queue": "^6.18.11 || ^7.10 || ^8.0 || ^9.0",
+ "illuminate/support": "^6.18.13 || ^7.10 || ^8.0 || ^9.0"
19
},
20
"autoload": {
21
"psr-4": {
0 commit comments