Skip to content

Commit

Permalink
Upgraded aws/aws-sdk-php vendor to v3.319.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed Aug 9, 2024
1 parent 8bc3b6b commit dd702d9
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion upload/system/storage/vendor/aws/aws-sdk-php/src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@
*/
class Sdk
{
const VERSION = '3.319.1';
const VERSION = '3.319.2';

/** @var array Arguments for creating clients */
private $args;
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions upload/system/storage/vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.319.1",
"version_normalized": "3.319.1.0",
"version": "3.319.2",
"version_normalized": "3.319.2.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "78d9f8823a5796e9188a4ddcd9ef2374e47d8b7f"
"reference": "99b75502221af095f0a5a72b0df7ec44e865e699"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/78d9f8823a5796e9188a4ddcd9ef2374e47d8b7f",
"reference": "78d9f8823a5796e9188a4ddcd9ef2374e47d8b7f",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/99b75502221af095f0a5a72b0df7ec44e865e699",
"reference": "99b75502221af095f0a5a72b0df7ec44e865e699",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -110,7 +110,7 @@
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
"ext-sockets": "To use client-side monitoring"
},
"time": "2024-08-08T18:05:03+00:00",
"time": "2024-08-09T18:32:29+00:00",
"type": "library",
"extra": {
"branch-alias": {
Expand Down Expand Up @@ -154,7 +154,7 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.319.1"
"source": "https://github.com/aws/aws-sdk-php/tree/3.319.2"
},
"install-path": "../aws/aws-sdk-php"
},
Expand Down
10 changes: 5 additions & 5 deletions upload/system/storage/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'opencart/opencart',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '282702f31534954d517d4f2f055ac6e06487e31a',
'reference' => '8bc3b6b08ac7837c1566d595809f144e84055784',
'type' => 'project',
'install_path' => __DIR__ . '/../../../../../',
'aliases' => array(),
Expand All @@ -20,9 +20,9 @@
'dev_requirement' => false,
),
'aws/aws-sdk-php' => array(
'pretty_version' => '3.319.1',
'version' => '3.319.1.0',
'reference' => '78d9f8823a5796e9188a4ddcd9ef2374e47d8b7f',
'pretty_version' => '3.319.2',
'version' => '3.319.2.0',
'reference' => '99b75502221af095f0a5a72b0df7ec44e865e699',
'type' => 'library',
'install_path' => __DIR__ . '/../aws/aws-sdk-php',
'aliases' => array(),
Expand Down Expand Up @@ -67,7 +67,7 @@
'opencart/opencart' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '282702f31534954d517d4f2f055ac6e06487e31a',
'reference' => '8bc3b6b08ac7837c1566d595809f144e84055784',
'type' => 'project',
'install_path' => __DIR__ . '/../../../../../',
'aliases' => array(),
Expand Down

0 comments on commit dd702d9

Please sign in to comment.