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 ff484b3 commit a481992Copy full SHA for a481992
src/Integration/Aws/SimpleS3/CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### BC Break
6
+
7
+- Upgrade to `async-aws/s3` 2.0
8
9
## 1.1.1
10
11
### Changed
src/Integration/Aws/SimpleS3/composer.json
@@ -13,7 +13,7 @@
13
"require": {
14
"php": "^7.2.5 || ^8.0",
15
"ext-json": "*",
16
- "async-aws/s3": "^1.2"
+ "async-aws/s3": "^2.0"
17
},
18
"autoload": {
19
"psr-4": {
@@ -27,7 +27,7 @@
27
28
"extra": {
29
"branch-alias": {
30
- "dev-master": "1.2-dev"
+ "dev-master": "2.0-dev"
31
}
32
33
0 commit comments