From 923f567e0a93c7291c4c9fc5279da9847ed39f7e Mon Sep 17 00:00:00 2001 From: Wisp X <1591788658@qq.com> Date: Wed, 17 Aug 2022 13:36:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=8B=93=E5=B1=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- composer.lock | 164 ++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 141 insertions(+), 25 deletions(-) diff --git a/composer.json b/composer.json index b25e109df..fe75f44e6 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "laravel/tinker": "^2.7", "league/flysystem-aws-s3-v3": "^3.0", "league/flysystem-ftp": "^3.0", - "league/flysystem-sftp": "^3.0", + "league/flysystem-sftp-v3": "^3.0", "league/flysystem-webdav": "^3.0", "overtrue/flysystem-cos": "^5.0", "overtrue/flysystem-qiniu": "^3.0", diff --git a/composer.lock b/composer.lock index e898a5b23..341eebfad 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "0a46ddcea87c0f61efcd32e23425e568", + "content-hash": "cdd2278565ee78f4c7548d7803eaf823", "packages": [ { "name": "adbario/php-dot-notation", @@ -3141,29 +3141,29 @@ "time": "2022-07-13T10:31:43+00:00" }, { - "name": "league/flysystem-sftp", + "name": "league/flysystem-sftp-v3", "version": "3.2.0", "source": { "type": "git", - "url": "https://github.com/thephpleague/flysystem-sftp.git", - "reference": "253731e91081d9dc1cd582bb9bf051e58156c1b4" + "url": "https://github.com/thephpleague/flysystem-sftp-v3.git", + "reference": "e7d0d30a886d6aaa89a33e45b45718629ba434e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem-sftp/zipball/253731e91081d9dc1cd582bb9bf051e58156c1b4", - "reference": "253731e91081d9dc1cd582bb9bf051e58156c1b4", + "url": "https://api.github.com/repos/thephpleague/flysystem-sftp-v3/zipball/e7d0d30a886d6aaa89a33e45b45718629ba434e6", + "reference": "e7d0d30a886d6aaa89a33e45b45718629ba434e6", "shasum": "" }, "require": { - "league/flysystem": "^3.0.0", + "league/flysystem": "^3.0.14", "league/mime-type-detection": "^1.0.0", "php": "^8.0.2", - "phpseclib/phpseclib": "^2.0" + "phpseclib/phpseclib": "^3.0" }, "type": "library", "autoload": { "psr-4": { - "League\\Flysystem\\PhpseclibV2\\": "" + "League\\Flysystem\\PhpseclibV3\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -3185,8 +3185,8 @@ "sftp" ], "support": { - "issues": "https://github.com/thephpleague/flysystem-sftp/issues", - "source": "https://github.com/thephpleague/flysystem-sftp/tree/3.2.0" + "issues": "https://github.com/thephpleague/flysystem-sftp-v3/issues", + "source": "https://github.com/thephpleague/flysystem-sftp-v3/tree/3.2.0" }, "funding": [ { @@ -3202,8 +3202,7 @@ "type": "tidelift" } ], - "abandoned": "league/flysystem-sftp-v3", - "time": "2022-07-26T06:38:23+00:00" + "time": "2022-07-26T06:58:38+00:00" }, { "name": "league/flysystem-webdav", @@ -4192,6 +4191,123 @@ ], "time": "2022-04-24T04:15:41+00:00" }, + { + "name": "paragonie/constant_time_encoding", + "version": "v2.6.3", + "source": { + "type": "git", + "url": "https://github.com/paragonie/constant_time_encoding.git", + "reference": "58c3f47f650c94ec05a151692652a868995d2938" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938", + "reference": "58c3f47f650c94ec05a151692652a868995d2938", + "shasum": "" + }, + "require": { + "php": "^7|^8" + }, + "require-dev": { + "phpunit/phpunit": "^6|^7|^8|^9", + "vimeo/psalm": "^1|^2|^3|^4" + }, + "type": "library", + "autoload": { + "psr-4": { + "ParagonIE\\ConstantTime\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com", + "role": "Maintainer" + }, + { + "name": "Steve 'Sc00bz' Thomas", + "email": "steve@tobtu.com", + "homepage": "https://www.tobtu.com", + "role": "Original Developer" + } + ], + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", + "keywords": [ + "base16", + "base32", + "base32_decode", + "base32_encode", + "base64", + "base64_decode", + "base64_encode", + "bin2hex", + "encoding", + "hex", + "hex2bin", + "rfc4648" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/constant_time_encoding/issues", + "source": "https://github.com/paragonie/constant_time_encoding" + }, + "time": "2022-06-14T06:56:20+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v9.99.100", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", + "shasum": "" + }, + "require": { + "php": ">= 7" + }, + "require-dev": { + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "polyfill", + "pseudorandom", + "random" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/random_compat/issues", + "source": "https://github.com/paragonie/random_compat" + }, + "time": "2020-10-15T08:29:30+00:00" + }, { "name": "phpoption/phpoption", "version": "1.9.0", @@ -4269,25 +4385,25 @@ }, { "name": "phpseclib/phpseclib", - "version": "2.0.37", + "version": "3.0.14", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "c812fbb4d6b4d7f30235ab7298a12f09ba13b37c" + "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c812fbb4d6b4d7f30235ab7298a12f09ba13b37c", - "reference": "c812fbb4d6b4d7f30235ab7298a12f09ba13b37c", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2f0b7af658cbea265cbb4a791d6c29a6613f98ef", + "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef", "shasum": "" }, "require": { - "php": ">=5.3.3" + "paragonie/constant_time_encoding": "^1|^2", + "paragonie/random_compat": "^1.4|^2.0|^9.99.99", + "php": ">=5.6.1" }, "require-dev": { - "phing/phing": "~2.7", - "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", - "squizlabs/php_codesniffer": "~2.0" + "phpunit/phpunit": "*" }, "suggest": { "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", @@ -4301,7 +4417,7 @@ "phpseclib/bootstrap.php" ], "psr-4": { - "phpseclib\\": "phpseclib/" + "phpseclib3\\": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -4358,7 +4474,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/2.0.37" + "source": "https://github.com/phpseclib/phpseclib/tree/3.0.14" }, "funding": [ { @@ -4374,7 +4490,7 @@ "type": "tidelift" } ], - "time": "2022-04-04T04:57:45+00:00" + "time": "2022-04-04T05:15:45+00:00" }, { "name": "psr/cache",