php-openssl-cryptor/composer.json
2023-05-16 16:57:10 +08:00

22 lines
453 B
JSON

{
"name": "chenc/php-openssl-cryptor",
"description": "creating/encrypting/decrypting for php open_ssl library",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "0x49",
"email": "1458513@qq.com"
}
],
"autoload": {
"psr-4": {
"Chenc\\PhpOpensslCryptor\\": "src/"
}
},
"require": {
"php": "7.3",
"ext-openssl": "*"
}
}