File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
2727 },
2828 "extra" : {
2929 "branch-alias" : {
30- "dev-master" : " 2.2 -dev"
30+ "dev-master" : " 3.0 -dev"
3131 }
3232 }
3333}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments