Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock17
1 files changed, 9 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock
index 9a646905..2be33eee 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": "2297310d6ca23ae439e3c5d2642b5331",
+ "content-hash": "682bfa95cb2df85d82d78f313aebd5fd",
"packages": [
{
"name": "aws/aws-sdk-php",
@@ -3016,16 +3016,16 @@
},
{
"name": "phpseclib/phpseclib",
- "version": "2.0.32",
+ "version": "2.0.38",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
- "reference": "f5c4c19880d45d0be3e7d24ae8ac434844a898cd"
+ "reference": "b03536539f43a4f9aa33c4f0b2f3a1c752088fcd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f5c4c19880d45d0be3e7d24ae8ac434844a898cd",
- "reference": "f5c4c19880d45d0be3e7d24ae8ac434844a898cd",
+ "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/b03536539f43a4f9aa33c4f0b2f3a1c752088fcd",
+ "reference": "b03536539f43a4f9aa33c4f0b2f3a1c752088fcd",
"shasum": ""
},
"require": {
@@ -3040,7 +3040,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": {
@@ -3105,7 +3106,7 @@
],
"support": {
"issues": "https://github.com/phpseclib/phpseclib/issues",
- "source": "https://github.com/phpseclib/phpseclib/tree/2.0.32"
+ "source": "https://github.com/phpseclib/phpseclib/tree/2.0.38"
},
"funding": [
{
@@ -3121,7 +3122,7 @@
"type": "tidelift"
}
],
- "time": "2021-06-12T12:12:59+00:00"
+ "time": "2022-09-02T17:04:26+00:00"
},
{
"name": "pimple/pimple",