Bump phpseclib/phpseclib from 2.0.0 to 2.0.31

Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 2.0.0 to 2.0.31.
- [Release notes](https://github.com/phpseclib/phpseclib/releases)
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phpseclib/phpseclib/compare/2.0.0...2.0.31)

Signed-off-by: dependabot[bot] <support@github.com>
pull/9/head
dependabot[bot] 4 years ago committed by GitHub
parent 766b0fd92b
commit 26d446d854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@
"fuel/parser": "1.8.*", "fuel/parser": "1.8.*",
"fuelphp/upload": "2.0.6", "fuelphp/upload": "2.0.6",
"monolog/monolog": "^1.18", "monolog/monolog": "^1.18",
"phpseclib/phpseclib": "2.0.0", "phpseclib/phpseclib": "2.0.31",
"michelf/php-markdown": "1.7.0" "michelf/php-markdown": "1.7.0"
}, },
"require-dev": { "require-dev": {

66
composer.lock generated

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "713a477574f3f25e70b70b9ca0973c72", "content-hash": "ae1a1228936fae1c63858febf5c92679",
"packages": [ "packages": [
{ {
"name": "composer/installers", "name": "composer/installers",
@ -637,16 +637,16 @@
}, },
{ {
"name": "phpseclib/phpseclib", "name": "phpseclib/phpseclib",
"version": "2.0.0", "version": "2.0.31",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpseclib/phpseclib.git", "url": "https://github.com/phpseclib/phpseclib.git",
"reference": "a74aa9efbe61430fcb60157c8e025a48ec8ff604" "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/a74aa9efbe61430fcb60157c8e025a48ec8ff604", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/233a920cb38636a43b18d428f9a8db1f0a1a08f4",
"reference": "a74aa9efbe61430fcb60157c8e025a48ec8ff604", "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -654,50 +654,53 @@
}, },
"require-dev": { "require-dev": {
"phing/phing": "~2.7", "phing/phing": "~2.7",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
"sami/sami": "~2.0",
"squizlabs/php_codesniffer": "~2.0" "squizlabs/php_codesniffer": "~2.0"
}, },
"suggest": { "suggest": {
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "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-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-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."
"pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"files": [
"phpseclib/bootstrap.php"
],
"psr-4": { "psr-4": {
"phpseclib\\": "phpseclib/" "phpseclib\\": "phpseclib/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"include-path": [
"phpseclib/"
],
"license": [ "license": [
"MIT" "MIT"
], ],
"authors": [ "authors": [
{ {
"name": "Jim Wigginton", "name": "Jim Wigginton",
"role": "Lead Developer", "email": "terrafrost@php.net",
"email": "terrafrost@php.net" "role": "Lead Developer"
}, },
{ {
"name": "Patrick Monnerat", "name": "Patrick Monnerat",
"role": "Developer", "email": "pm@datasphere.ch",
"email": "pm@datasphere.ch" "role": "Developer"
}, },
{ {
"name": "Andreas Fischer", "name": "Andreas Fischer",
"role": "Developer", "email": "bantu@phpbb.com",
"email": "bantu@phpbb.com" "role": "Developer"
}, },
{ {
"name": "Hans-Jürgen Petrich", "name": "Hans-Jürgen Petrich",
"role": "Developer", "email": "petrich@tronic-media.com",
"email": "petrich@tronic-media.com" "role": "Developer"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com",
"role": "Developer"
} }
], ],
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
@ -721,7 +724,25 @@
"x.509", "x.509",
"x509" "x509"
], ],
"time": "2015-08-04T04:48:03+00:00" "support": {
"issues": "https://github.com/phpseclib/phpseclib/issues",
"source": "https://github.com/phpseclib/phpseclib/tree/2.0.31"
},
"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-04-06T13:56:45+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -815,5 +836,6 @@
"platform": { "platform": {
"php": ">=5.6.33" "php": ">=5.6.33"
}, },
"platform-dev": [] "platform-dev": [],
"plugin-api-version": "2.0.0"
} }

Loading…
Cancel
Save