forked from friendica/friendica-addons
160 lines
5.5 KiB
Text
160 lines
5.5 KiB
Text
|
{
|
||
|
"_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#composer-lock-the-lock-file",
|
||
|
"This file is @generated automatically"
|
||
|
],
|
||
|
"content-hash": "d3271ed1002824abbeb24fd6d759b2d8",
|
||
|
"packages": [
|
||
|
{
|
||
|
"name": "phpseclib/phpseclib",
|
||
|
"version": "0.3.10",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/phpseclib/phpseclib.git",
|
||
|
"reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
|
||
|
"reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.0.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phing/phing": "~2.7",
|
||
|
"phpunit/phpunit": "~4.0",
|
||
|
"sami/sami": "~2.0",
|
||
|
"squizlabs/php_codesniffer": "~1.5"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
|
||
|
"ext-mcrypt": "Install the Mcrypt 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 < 4.3.3."
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "0.3-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Crypt": "phpseclib/",
|
||
|
"File": "phpseclib/",
|
||
|
"Math": "phpseclib/",
|
||
|
"Net": "phpseclib/",
|
||
|
"System": "phpseclib/"
|
||
|
},
|
||
|
"files": [
|
||
|
"phpseclib/Crypt/Random.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"include-path": [
|
||
|
"phpseclib/"
|
||
|
],
|
||
|
"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"
|
||
|
}
|
||
|
],
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2015-01-28T21:50:33+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "singpolyma/openpgp-php",
|
||
|
"version": "0.2.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/singpolyma/openpgp-php.git",
|
||
|
"reference": "f4fabd04e781a85d925ef794922fb867a0fbe99a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/singpolyma/openpgp-php/zipball/f4fabd04e781a85d925ef794922fb867a0fbe99a",
|
||
|
"reference": "f4fabd04e781a85d925ef794922fb867a0fbe99a",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"phpseclib/phpseclib": "~0.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "~4.0"
|
||
|
},
|
||
|
"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)",
|
||
|
"time": "2015-08-14T18:15:15+00:00"
|
||
|
}
|
||
|
],
|
||
|
"packages-dev": [],
|
||
|
"aliases": [],
|
||
|
"minimum-stability": "stable",
|
||
|
"stability-flags": [],
|
||
|
"prefer-stable": false,
|
||
|
"prefer-lowest": false,
|
||
|
"platform": [],
|
||
|
"platform-dev": []
|
||
|
}
|