21 lines
468 B
JSON
21 lines
468 B
JSON
|
{
|
||
|
"name": "defuse/php-encryption",
|
||
|
"description": "Secure PHP Encryption Library",
|
||
|
"license": "MIT",
|
||
|
"keywords": ["security", "encryption", "AES", "mcrypt", "cipher"],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Taylor Hornby",
|
||
|
"email": "havoc@defuse.ca"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"files": ["Crypto.php"]
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.4.0",
|
||
|
"ext-openssl": "*",
|
||
|
"ext-mcrypt": "*"
|
||
|
}
|
||
|
}
|