~ UPD update aws-sdk-php to version 3.393.0 and adjust PHP version constraint to allow 8.5
All checks were successful
/ build-and-deploy (push) Successful in 1m45s

This commit is contained in:
felegy
2026-08-18 09:46:30 +00:00
parent 99b72960f2
commit f062bce7b3

16
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "6d8080fdaa070dfb5cc0f3579fbdcd1e", "content-hash": "26bd44dc31877442fdd6e238f2c9be17",
"packages": [ "packages": [
{ {
"name": "aws/aws-crt-php", "name": "aws/aws-crt-php",
@@ -62,16 +62,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.392.3", "version": "3.393.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "0ca19a44856b2497ae426f800d35ad97ee179d1a" "reference": "acabde13e4eed20b948cae517c24d772a7beaa27"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0ca19a44856b2497ae426f800d35ad97ee179d1a", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/acabde13e4eed20b948cae517c24d772a7beaa27",
"reference": "0ca19a44856b2497ae426f800d35ad97ee179d1a", "reference": "acabde13e4eed20b948cae517c24d772a7beaa27",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -153,9 +153,9 @@
"support": { "support": {
"forum": "https://github.com/aws/aws-sdk-php/discussions", "forum": "https://github.com/aws/aws-sdk-php/discussions",
"issues": "https://github.com/aws/aws-sdk-php/issues", "issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.392.3" "source": "https://github.com/aws/aws-sdk-php/tree/3.393.0"
}, },
"time": "2026-08-14T18:11:43+00:00" "time": "2026-08-17T19:27:01+00:00"
}, },
{ {
"name": "composer/installers", "name": "composer/installers",
@@ -3601,7 +3601,7 @@
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.4 <8.4", "php": ">=7.4 <8.5",
"ext-gd": "*", "ext-gd": "*",
"ext-redis": "*", "ext-redis": "*",
"ext-mbstring": "*", "ext-mbstring": "*",