Skip to content

Commit 87c5cf8

Browse files
authored
Bump internal dependencies (#1641)
1 parent 6e92932 commit 87c5cf8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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+
- Added support for `async-aws/sqs` 2.0
8+
59
## 0.2.1
610

711
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^7.2.5 || ^8.0",
16-
"async-aws/sqs": "^1.1",
16+
"async-aws/sqs": "^1.1 || ^2.0",
1717
"illuminate/queue": "^6.18.11 || ^7.10 || ^8.0 || ^9.0",
1818
"illuminate/support": "^6.18.13 || ^7.10 || ^8.0 || ^9.0"
1919
},

0 commit comments

Comments
 (0)