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 6e92932 commit 87c5cf8Copy full SHA for 87c5cf8
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Added
6
+
7
+- Added support for `async-aws/sqs` 2.0
8
9
## 0.2.1
10
11
### Changed
composer.json
@@ -13,7 +13,7 @@
13
],
14
"require": {
15
"php": "^7.2.5 || ^8.0",
16
- "async-aws/sqs": "^1.1",
+ "async-aws/sqs": "^1.1 || ^2.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"
19
},
0 commit comments