Skip to content

Commit

Permalink
Upgraded aws/aws-sdk-php vendor to v3.308.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed May 24, 2024
1 parent cfa8816 commit 21ef671
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 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 @@ -769,7 +769,7 @@
*/
class Sdk
{
const VERSION = '3.308.2';
const VERSION = '3.308.3';

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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.308.2",
"version_normalized": "3.308.2.0",
"version": "3.308.3",
"version_normalized": "3.308.3.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "079dd48a0d500089eed09de836be0ce4dd6186c5"
"reference": "7fa0625056fa1fcf6732f89ba37b3f630d78de59"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/079dd48a0d500089eed09de836be0ce4dd6186c5",
"reference": "079dd48a0d500089eed09de836be0ce4dd6186c5",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/7fa0625056fa1fcf6732f89ba37b3f630d78de59",
"reference": "7fa0625056fa1fcf6732f89ba37b3f630d78de59",
"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-05-23T18:06:59+00:00",
"time": "2024-05-24T18:29:40+00:00",
"type": "library",
"extra": {
"branch-alias": {
Expand Down Expand Up @@ -151,7 +151,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.308.2"
"source": "https://github.com/aws/aws-sdk-php/tree/3.308.3"
},
"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' => '33173f9e9db8a784dbfbe349183717cc9f103f0a',
'reference' => 'cfa88161f5bc79b6c45840da8ae722a8e492c72c',
'type' => 'project',
'install_path' => __DIR__ . '/../../../../../',
'aliases' => array(),
Expand All @@ -20,9 +20,9 @@
'dev_requirement' => false,
),
'aws/aws-sdk-php' => array(
'pretty_version' => '3.308.2',
'version' => '3.308.2.0',
'reference' => '079dd48a0d500089eed09de836be0ce4dd6186c5',
'pretty_version' => '3.308.3',
'version' => '3.308.3.0',
'reference' => '7fa0625056fa1fcf6732f89ba37b3f630d78de59',
'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' => '33173f9e9db8a784dbfbe349183717cc9f103f0a',
'reference' => 'cfa88161f5bc79b6c45840da8ae722a8e492c72c',
'type' => 'project',
'install_path' => __DIR__ . '/../../../../../',
'aliases' => array(),
Expand Down

0 comments on commit 21ef671

Please sign in to comment.