Skip to content

Commit d2f22c3

Browse files
authored
Add support for laravel/queue 9 (#1190)
1 parent 42474ca commit d2f22c3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- Support for Laravel 9
8+
59
## 0.1.3
610

711
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"require": {
1515
"php": "^7.2.5 || ^8.0",
1616
"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"
17+
"illuminate/queue": "^6.18.11 || ^7.10 || ^8.0 || ^9.0",
18+
"illuminate/support": "^6.18.13 || ^7.10 || ^8.0 || ^9.0"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)