2015-03-14 09:50:06 +00:00
|
|
|
{
|
|
|
|
"name": "singpolyma/openpgp-php",
|
|
|
|
"description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)",
|
|
|
|
"license": "Unlicense",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arto Bendiken",
|
|
|
|
"email": "arto.bendiken@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Stephen Paul Weber",
|
|
|
|
"email": "singpolyma@singpolyma.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2017-04-11 00:27:48 +00:00
|
|
|
"phpseclib/phpseclib": ">=2.0.0 <=2.0.4"
|
2015-03-14 09:50:06 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-07-25 15:27:30 +00:00
|
|
|
"phpunit/phpunit": "~5.0"
|
2015-03-14 09:50:06 +00:00
|
|
|
},
|
2017-12-26 20:53:31 +00:00
|
|
|
"suggest": {
|
|
|
|
"ext-mcrypt": "required if you use encryption cast5"
|
|
|
|
},
|
2015-03-14 09:50:06 +00:00
|
|
|
"autoload": {
|
2015-03-14 12:22:14 +00:00
|
|
|
"classmap": ["lib/"]
|
2015-03-14 09:50:06 +00:00
|
|
|
}
|
2015-03-14 16:41:25 +00:00
|
|
|
}
|