29 lines
574 B
JSON
29 lines
574 B
JSON
|
{
|
||
|
"name": "singpolyma/openpgp-php",
|
||
|
"description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)",
|
||
|
"minimum-stability": "stable",
|
||
|
"license": "Unlicense",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Arto Bendiken",
|
||
|
"email": "arto.bendiken@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Stephen Paul Weber",
|
||
|
"email": "singpolyma@singpolyma.net"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"phpseclib/phpseclib": "~0.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "~4.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"OpenPGP": "lib/"
|
||
|
},
|
||
|
"files": [
|
||
|
]
|
||
|
}
|
||
|
}
|