Merge pull request #8111 from bivis/wordpress

fix s3 plugin
This commit is contained in:
bivis
2023-04-10 12:35:14 +03:00
committed by GitHub
2 changed files with 16 additions and 26 deletions

View File

@@ -18,7 +18,7 @@
"wpackagist-plugin/post-smtp": "~2.4", "wpackagist-plugin/post-smtp": "~2.4",
"wpackagist-plugin/meta-tag-manager": "~3", "wpackagist-plugin/meta-tag-manager": "~3",
"wpackagist-plugin/wps-hide-login": "~1.9", "wpackagist-plugin/wps-hide-login": "~1.9",
"humanmade/s3-uploads": "^3.0.6" "humanmade/s3-uploads": "^2.2"
}, },
"repositories": [ "repositories": [
{ {

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