Update
This commit is contained in:
parent
635b3ddcbc
commit
8ee2687101
4 changed files with 21 additions and 30 deletions
37
composer.lock
generated
37
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "adb0fe283e0b70b4602662fb7ea5bce8",
|
||||
"content-hash": "1c28b8930926db9c9489ed62667d55b5",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aws/aws-crt-php",
|
||||
|
@ -62,16 +62,16 @@
|
|||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "3.339.15",
|
||||
"version": "3.339.19",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "46ef2d3734ba8358966af80e4ac181633bd03692"
|
||||
"reference": "18f05efe983860ad899082e04c13f06ec9fd6e41"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/46ef2d3734ba8358966af80e4ac181633bd03692",
|
||||
"reference": "46ef2d3734ba8358966af80e4ac181633bd03692",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/18f05efe983860ad899082e04c13f06ec9fd6e41",
|
||||
"reference": "18f05efe983860ad899082e04c13f06ec9fd6e41",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -153,9 +153,9 @@
|
|||
"support": {
|
||||
"forum": "https://github.com/aws/aws-sdk-php/discussions",
|
||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.339.15"
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.339.19"
|
||||
},
|
||||
"time": "2025-02-17T19:07:50+00:00"
|
||||
"time": "2025-02-21T19:13:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/guzzle",
|
||||
|
@ -1119,12 +1119,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "c9bd61aab12f0fc5e82ecfe621ff518a1d1f1049"
|
||||
"reference": "6b2c09626d16e2a59f10b15ecfa698ddf3f812a4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c9bd61aab12f0fc5e82ecfe621ff518a1d1f1049",
|
||||
"reference": "c9bd61aab12f0fc5e82ecfe621ff518a1d1f1049",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6b2c09626d16e2a59f10b15ecfa698ddf3f812a4",
|
||||
"reference": "6b2c09626d16e2a59f10b15ecfa698ddf3f812a4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1134,7 +1134,7 @@
|
|||
"ext-mbstring": "*",
|
||||
"ext-xml": "*",
|
||||
"ext-xmlwriter": "*",
|
||||
"myclabs/deep-copy": "^1.12.1",
|
||||
"myclabs/deep-copy": "^1.13.0",
|
||||
"phar-io/manifest": "^2.0.4",
|
||||
"phar-io/version": "^3.2.1",
|
||||
"php": ">=8.2",
|
||||
|
@ -1196,7 +1196,7 @@
|
|||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.8"
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -1212,7 +1212,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-02-18T06:26:59+00:00"
|
||||
"time": "2025-02-21T06:27:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/http-client",
|
||||
|
@ -2716,14 +2716,15 @@
|
|||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": {},
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": ">=8.2.0",
|
||||
"ext-curl": "*",
|
||||
"ext-mysqli": "*",
|
||||
"ext-curl": "*"
|
||||
"php": ">=8.2.0",
|
||||
"ext-zip": "*"
|
||||
},
|
||||
"platform-dev": {},
|
||||
"plugin-api-version": "2.6.0"
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.3.0"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue