2019-02-10 13:44:29 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2021-11-16 20:36:33 +00:00
|
|
|
"content-hash": "159d6e7134aeceeb05fdf60ef672f3a3",
|
2019-02-10 13:44:29 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "phpseclib/phpseclib",
|
2021-11-16 20:36:33 +00:00
|
|
|
"version": "2.0.34",
|
2019-02-10 13:44:29 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phpseclib/phpseclib.git",
|
2021-11-16 20:36:33 +00:00
|
|
|
"reference": "98a6fe587f3481aea319eef7e656d02cfe1675ec"
|
2019-02-10 13:44:29 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-11-16 20:36:33 +00:00
|
|
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/98a6fe587f3481aea319eef7e656d02cfe1675ec",
|
|
|
|
"reference": "98a6fe587f3481aea319eef7e656d02cfe1675ec",
|
2019-02-10 13:44:29 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phing/phing": "~2.7",
|
2021-11-16 20:36:33 +00:00
|
|
|
"phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
|
2019-02-10 13:44:29 +00:00
|
|
|
"squizlabs/php_codesniffer": "~2.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"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."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"phpseclib/bootstrap.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"phpseclib\\": "phpseclib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jim Wigginton",
|
|
|
|
"email": "terrafrost@php.net",
|
|
|
|
"role": "Lead Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Patrick Monnerat",
|
|
|
|
"email": "pm@datasphere.ch",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Andreas Fischer",
|
|
|
|
"email": "bantu@phpbb.com",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hans-Jürgen Petrich",
|
|
|
|
"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.",
|
|
|
|
"homepage": "http://phpseclib.sourceforge.net",
|
|
|
|
"keywords": [
|
|
|
|
"BigInteger",
|
|
|
|
"aes",
|
|
|
|
"asn.1",
|
|
|
|
"asn1",
|
|
|
|
"blowfish",
|
|
|
|
"crypto",
|
|
|
|
"cryptography",
|
|
|
|
"encryption",
|
|
|
|
"rsa",
|
|
|
|
"security",
|
|
|
|
"sftp",
|
|
|
|
"signature",
|
|
|
|
"signing",
|
|
|
|
"ssh",
|
|
|
|
"twofish",
|
|
|
|
"x.509",
|
|
|
|
"x509"
|
|
|
|
],
|
2021-11-16 20:36:33 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/phpseclib/phpseclib/issues",
|
|
|
|
"source": "https://github.com/phpseclib/phpseclib/tree/2.0.34"
|
|
|
|
},
|
|
|
|
"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-10-27T02:46:30+00:00"
|
2019-02-10 13:44:29 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "singpolyma/openpgp-php",
|
2021-11-16 20:36:33 +00:00
|
|
|
"version": "0.5.0",
|
2019-02-10 13:44:29 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/singpolyma/openpgp-php.git",
|
2021-11-16 20:36:33 +00:00
|
|
|
"reference": "69292f6a46ed7f687083bfb8974b161a41ab213c"
|
2019-02-10 13:44:29 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-11-16 20:36:33 +00:00
|
|
|
"url": "https://api.github.com/repos/singpolyma/openpgp-php/zipball/69292f6a46ed7f687083bfb8974b161a41ab213c",
|
|
|
|
"reference": "69292f6a46ed7f687083bfb8974b161a41ab213c",
|
2019-02-10 13:44:29 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-11-16 20:36:33 +00:00
|
|
|
"php": "^5.6 || ^7.0 || ^8.0",
|
|
|
|
"phpseclib/phpseclib": "^2.0 !=2.0.8"
|
2019-02-10 13:44:29 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-11-16 20:36:33 +00:00
|
|
|
"phpunit/phpunit": "^9.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mcrypt": "required if you use encryption cast5"
|
2019-02-10 13:44:29 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"lib/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"Unlicense"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arto Bendiken",
|
|
|
|
"email": "arto.bendiken@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Stephen Paul Weber",
|
|
|
|
"email": "singpolyma@singpolyma.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)",
|
2021-11-16 20:36:33 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/singpolyma/openpgp-php/issues",
|
|
|
|
"source": "https://github.com/singpolyma/openpgp-php/tree/0.5.0"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/singpolyma",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://liberapay.com/singpolyma",
|
|
|
|
"type": "liberapay"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://www.patreon.com/singpolyma",
|
|
|
|
"type": "patreon"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2021-05-26T00:35:20+00:00"
|
2019-02-10 13:44:29 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
2021-11-16 20:36:33 +00:00
|
|
|
"platform-dev": [],
|
|
|
|
"plugin-api-version": "2.0.0"
|
2019-02-10 13:44:29 +00:00
|
|
|
}
|