{
"name": "dmamontov/rsacrypt",
"description": "Data encryption using public and private keys.",
"type": "library",
"keywords": ["crypt", "data", "public", "private", "openssl"],
"version": "1.1.0",
"license": "BSD-3-Clause",
"homepage": "http://www.slobel.ru/",
"authors": [
{
"name": "Dmitry Mamontov",
"email": "hello@slobel.ru",
"role": "lead"
}
],
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "4.6.*"
},
"support": {
"email": "support@slobel.ru"
},
"autoload": {
"files": ["src/RsaCrypt.php"]
},
"extra": {
"branch-alias": {
"dev-master": "1.0.0.x-dev"
}
}
}
|