Updates PHPSecLib. Fixed connection failure to remote server. Adds overriding of back-folder and git-folder on component level.
This commit is contained in:
@ -125,17 +125,17 @@
|
||||
},
|
||||
{
|
||||
"name": "phpseclib/phpseclib",
|
||||
"version": "3.0.18",
|
||||
"version_normalized": "3.0.18.0",
|
||||
"version": "3.0.33",
|
||||
"version_normalized": "3.0.33.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpseclib/phpseclib.git",
|
||||
"reference": "f28693d38ba21bb0d9f0c411ee5dae2b178201da"
|
||||
"reference": "33fa69b2514a61138dd48e7a49f99445711e0ad0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f28693d38ba21bb0d9f0c411ee5dae2b178201da",
|
||||
"reference": "f28693d38ba21bb0d9f0c411ee5dae2b178201da",
|
||||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/33fa69b2514a61138dd48e7a49f99445711e0ad0",
|
||||
"reference": "33fa69b2514a61138dd48e7a49f99445711e0ad0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -153,7 +153,7 @@
|
||||
"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."
|
||||
},
|
||||
"time": "2022-12-17T18:26:50+00:00",
|
||||
"time": "2023-10-21T14:00:39+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
@ -218,7 +218,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/phpseclib/phpseclib/issues",
|
||||
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.18"
|
||||
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.33"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -38,12 +38,12 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'phpseclib/phpseclib' => array(
|
||||
'pretty_version' => '3.0.18',
|
||||
'version' => '3.0.18.0',
|
||||
'pretty_version' => '3.0.33',
|
||||
'version' => '3.0.33.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../phpseclib/phpseclib',
|
||||
'aliases' => array(),
|
||||
'reference' => 'f28693d38ba21bb0d9f0c411ee5dae2b178201da',
|
||||
'reference' => '33fa69b2514a61138dd48e7a49f99445711e0ad0',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user