Skip to content

Commit a481992

Browse files
authored
Update async-aws/simple-s3 to use async-aws/s3 2.0 (#1566)
1 parent ff484b3 commit a481992

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/Integration/Aws/SimpleS3/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+
### BC Break
6+
7+
- Upgrade to `async-aws/s3` 2.0
8+
59
## 1.1.1
610

711
### Changed

src/Integration/Aws/SimpleS3/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^7.2.5 || ^8.0",
1515
"ext-json": "*",
16-
"async-aws/s3": "^1.2"
16+
"async-aws/s3": "^2.0"
1717
},
1818
"autoload": {
1919
"psr-4": {
@@ -27,7 +27,7 @@
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "1.2-dev"
30+
"dev-master": "2.0-dev"
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)