Skip to content

Commit 606840d

Browse files
committed
Update simple-s3 to use the new major version of the s3 package
1 parent a9ceb4c commit 606840d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
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` 3.0
8+
59
### Dependency bumped
610

711
- Drop support for PHP versions lower than 8.2

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": "^8.2",
1515
"ext-json": "*",
16-
"async-aws/s3": "^2.0"
16+
"async-aws/s3": "^3.0"
1717
},
1818
"autoload": {
1919
"psr-4": {
@@ -27,7 +27,7 @@
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "2.2-dev"
30+
"dev-master": "3.0-dev"
3131
}
3232
}
3333
}

src/Integration/Symfony/Bundle/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
### Changed
1010

1111
- Apply new CodingStandard from latest php-cs-fixer.
12+
- Add support for `async-aws` 3.0 in the testsuite
1213

1314
## 1.15.0
1415

src/Integration/Symfony/Bundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
2020
},
2121
"require-dev": {
22-
"async-aws/s3": "^1.0 || ^2.0",
22+
"async-aws/s3": "^1.0 || ^2.0 || ^3.0",
2323
"async-aws/ses": "^1.0",
2424
"async-aws/sqs": "^1.0 || ^2.0",
2525
"async-aws/ssm": "^1.0 || ^2.0",

0 commit comments

Comments
 (0)