Skip to content

Commit

Permalink
Merge pull request opencart#14031 from TheCartpenter/patch-114
Browse files Browse the repository at this point in the history
Upgraded aws/aws-sdk-php to v3.315.5
  • Loading branch information
danielkerr authored Jul 3, 2024
2 parents 1ba8c61 + 0b8a003 commit db3340d
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 @@ -775,7 +775,7 @@
*/
class Sdk
{
const VERSION = '3.315.4';
const VERSION = '3.315.5';

/** @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.315.4",
"version_normalized": "3.315.4.0",
"version": "3.315.5",
"version_normalized": "3.315.5.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "8d2cf34e22262b983ce3d7e38d11667c5792b93f"
"reference": "3e6d619d45d8e1a8681dd58de61ddfe90e8341e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8d2cf34e22262b983ce3d7e38d11667c5792b93f",
"reference": "8d2cf34e22262b983ce3d7e38d11667c5792b93f",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3e6d619d45d8e1a8681dd58de61ddfe90e8341e6",
"reference": "3e6d619d45d8e1a8681dd58de61ddfe90e8341e6",
"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-07-02T18:09:03+00:00",
"time": "2024-07-03T18:12:51+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.315.4"
"source": "https://github.com/aws/aws-sdk-php/tree/3.315.5"
},
"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' => 'd40be9f87b416a91d57d7d82f07c83e7d3b049d3',
'reference' => '1ba8c61f1ea72f5e95ad783cf51ee91b4a0acf89',
'type' => 'project',
'install_path' => __DIR__ . '/../../../../../',
'aliases' => array(),
Expand All @@ -20,9 +20,9 @@
'dev_requirement' => false,
),
'aws/aws-sdk-php' => array(
'pretty_version' => '3.315.4',
'version' => '3.315.4.0',
'reference' => '8d2cf34e22262b983ce3d7e38d11667c5792b93f',
'pretty_version' => '3.315.5',
'version' => '3.315.5.0',
'reference' => '3e6d619d45d8e1a8681dd58de61ddfe90e8341e6',
'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' => 'd40be9f87b416a91d57d7d82f07c83e7d3b049d3',
'reference' => '1ba8c61f1ea72f5e95ad783cf51ee91b4a0acf89',
'type' => 'project',
'install_path' => __DIR__ . '/../../../../../',
'aliases' => array(),
Expand Down

0 comments on commit db3340d

Please sign in to comment.