|
|
|
@ -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": "d354ec50d1c5debc7dcf6944c80d59f0",
|
|
|
|
|
"content-hash": "cbe3605c0787cb20052325fe13b22e2f",
|
|
|
|
|
"packages": [
|
|
|
|
|
{
|
|
|
|
|
"name": "composer/installers",
|
|
|
|
@ -710,16 +710,16 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "phpseclib/phpseclib",
|
|
|
|
|
"version": "2.0.31",
|
|
|
|
|
"version": "2.0.47",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/phpseclib/phpseclib.git",
|
|
|
|
|
"reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4"
|
|
|
|
|
"reference": "b7d7d90ee7df7f33a664b4aea32d50a305d35adb"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/233a920cb38636a43b18d428f9a8db1f0a1a08f4",
|
|
|
|
|
"reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4",
|
|
|
|
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/b7d7d90ee7df7f33a664b4aea32d50a305d35adb",
|
|
|
|
|
"reference": "b7d7d90ee7df7f33a664b4aea32d50a305d35adb",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
@ -734,7 +734,8 @@
|
|
|
|
|
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
|
|
|
|
|
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
|
|
|
|
|
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
|
|
|
|
|
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
|
|
|
|
|
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
|
|
|
|
|
"ext-xml": "Install the XML extension to load XML formatted public keys."
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"autoload": {
|
|
|
|
@ -799,7 +800,7 @@
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/phpseclib/phpseclib/issues",
|
|
|
|
|
"source": "https://github.com/phpseclib/phpseclib/tree/2.0.31"
|
|
|
|
|
"source": "https://github.com/phpseclib/phpseclib/tree/2.0.47"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
@ -815,7 +816,7 @@
|
|
|
|
|
"type": "tidelift"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2021-04-06T13:56:45+00:00"
|
|
|
|
|
"time": "2024-02-26T04:55:38+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "psr/log",
|
|
|
|
@ -912,8 +913,8 @@
|
|
|
|
|
"prefer-stable": false,
|
|
|
|
|
"prefer-lowest": false,
|
|
|
|
|
"platform": {
|
|
|
|
|
"php": ">=5.6.33"
|
|
|
|
|
"php": "7.4.*"
|
|
|
|
|
},
|
|
|
|
|
"platform-dev": [],
|
|
|
|
|
"plugin-api-version": "2.0.0"
|
|
|
|
|
"plugin-api-version": "2.6.0"
|
|
|
|
|
}
|
|
|
|
|