From 59c61d294260f902f38ba5b870d7410632898b3f Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 16:55:48 +0000 Subject: [PATCH] Update phpseclib/phpseclib to version 2.0.32 --- server/composer.lock | 133 +++++++++---------------------------------- 1 file changed, 26 insertions(+), 107 deletions(-) diff --git a/server/composer.lock b/server/composer.lock index 341705b..e21b219 100644 --- a/server/composer.lock +++ b/server/composer.lock @@ -2158,16 +2158,16 @@ }, { "name": "phpseclib/phpseclib", - "version": "2.0.13", + "version": "2.0.32", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "42603ce3f42a27f7e14e54feab95db7b680ad473" + "reference": "f5c4c19880d45d0be3e7d24ae8ac434844a898cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/42603ce3f42a27f7e14e54feab95db7b680ad473", - "reference": "42603ce3f42a27f7e14e54feab95db7b680ad473", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f5c4c19880d45d0be3e7d24ae8ac434844a898cd", + "reference": "f5c4c19880d45d0be3e7d24ae8ac434844a898cd", "shasum": "" }, "require": { @@ -2175,8 +2175,7 @@ }, "require-dev": { "phing/phing": "~2.7", - "phpunit/phpunit": "^4.8.35|^5.7|^6.0", - "sami/sami": "~2.0", + "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", "squizlabs/php_codesniffer": "~2.0" }, "suggest": { @@ -2246,7 +2245,25 @@ "x.509", "x509" ], - "time": "2018-12-16T17:45:25+00:00" + "support": { + "issues": "https://github.com/phpseclib/phpseclib/issues", + "source": "https://github.com/phpseclib/phpseclib/tree/2.0.32" + }, + "funding": [ + { + "url": "https://github.com/terrafrost", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpseclib", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", + "type": "tidelift" + } + ], + "time": "2021-06-12T12:12:59+00:00" }, { "name": "psr/container", @@ -4482,55 +4499,6 @@ ], "time": "2016-01-20T08:20:44+00:00" }, - { - "name": "laravel/envoy", - "version": "v1.5.0", - "source": { - "type": "git", - "url": "https://github.com/laravel/envoy.git", - "reference": "c48d82185097419e0461b57ab49b6eddaf0561e6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/envoy/zipball/c48d82185097419e0461b57ab49b6eddaf0561e6", - "reference": "c48d82185097419e0461b57ab49b6eddaf0561e6", - "shasum": "" - }, - "require": { - "illuminate/support": "~4.1 || ~5.0", - "nategood/httpful": "~0.2", - "symfony/console": "~3.0 || ~4.0", - "symfony/process": "~3.0 || ~4.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.8" - }, - "bin": [ - "envoy" - ], - "type": "library", - "autoload": { - "classmap": [ - "src" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com" - } - ], - "description": "Elegant SSH tasks for PHP.", - "keywords": [ - "laravel", - "ssh" - ], - "time": "2018-10-29T14:54:26+00:00" - }, { "name": "mockery/mockery", "version": "1.2.0", @@ -4644,56 +4612,6 @@ ], "time": "2018-06-11T23:09:50+00:00" }, - { - "name": "nategood/httpful", - "version": "0.2.20", - "source": { - "type": "git", - "url": "https://github.com/nategood/httpful.git", - "reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nategood/httpful/zipball/c1cd4d46a4b281229032cf39d4dd852f9887c0f6", - "reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "php": ">=5.3" - }, - "require-dev": { - "phpunit/phpunit": "*" - }, - "type": "library", - "autoload": { - "psr-0": { - "Httpful": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nate Good", - "email": "me@nategood.com", - "homepage": "http://nategood.com" - } - ], - "description": "A Readable, Chainable, REST friendly, PHP HTTP Client", - "homepage": "http://github.com/nategood/httpful", - "keywords": [ - "api", - "curl", - "http", - "requests", - "rest", - "restful" - ], - "time": "2015-10-26T16:11:30+00:00" - }, { "name": "nunomaduro/collision", "version": "v2.1.1", @@ -6074,5 +5992,6 @@ "platform": { "php": "^7.1.3" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.0.0" }