fix s3 plugin

This commit is contained in:
Egor Svitin
2023-04-10 12:22:59 +03:00
parent 47269a6291
commit 9895f87187
2 changed files with 16 additions and 26 deletions

40
composer.lock generated
View File

@@ -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": "d20c79cb9fff735741e5a167e9e69b56",
"content-hash": "eea2749609cedc182f3febdee5cba211",
"packages": [
{
"name": "aws/aws-crt-php",
@@ -58,16 +58,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.263.5",
"version": "3.263.6",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "8fc1ca5b34e6197b0d7bebbd66d2889695c8d1ef"
"reference": "92c6d3d8e328c7c30788f5091725a658356759db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8fc1ca5b34e6197b0d7bebbd66d2889695c8d1ef",
"reference": "8fc1ca5b34e6197b0d7bebbd66d2889695c8d1ef",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/92c6d3d8e328c7c30788f5091725a658356759db",
"reference": "92c6d3d8e328c7c30788f5091725a658356759db",
"shasum": ""
},
"require": {
@@ -143,7 +143,7 @@
"s3",
"sdk"
],
"time": "2023-04-06T18:22:35+00:00"
"time": "2023-04-07T18:23:41+00:00"
},
{
"name": "composer/installers",
@@ -613,33 +613,23 @@
},
{
"name": "humanmade/s3-uploads",
"version": "3.0.6",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/humanmade/S3-Uploads.git",
"reference": "1f3a7a29ef93370ae0400cad748fb0877707d225"
"reference": "3b995ba6d1ccde4354efb9564c3e244f871bbcda"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/humanmade/S3-Uploads/zipball/1f3a7a29ef93370ae0400cad748fb0877707d225",
"reference": "1f3a7a29ef93370ae0400cad748fb0877707d225",
"url": "https://api.github.com/repos/humanmade/S3-Uploads/zipball/3b995ba6d1ccde4354efb9564c3e244f871bbcda",
"reference": "3b995ba6d1ccde4354efb9564c3e244f871bbcda",
"shasum": ""
},
"require": {
"aws/aws-sdk-php": "~3.18",
"composer/installers": "~1.0 || ^2.0"
},
"require-dev": {
"humanmade/psalm-plugin-wordpress": "^1.0",
"pcov/clobber": "^2.0",
"phpunit/phpunit": "7.5"
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"autoload": {
"classmap": [
"./inc"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
@@ -656,7 +646,7 @@
"keywords": [
"wordpress"
],
"time": "2022-11-29T09:34:07+00:00"
"time": "2021-03-18T10:55:13+00:00"
},
{
"name": "mtdowling/jmespath.php",
@@ -1160,15 +1150,15 @@
},
{
"name": "wpackagist-plugin/post-smtp",
"version": "2.4.6",
"version": "2.4.7",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/post-smtp/",
"reference": "tags/2.4.6"
"reference": "tags/2.4.7"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/post-smtp.2.4.6.zip"
"url": "https://downloads.wordpress.org/plugin/post-smtp.2.4.7.zip"
},
"require": {
"composer/installers": "^1.0 || ^2.0"