2023-05-16 16:57:10 +08:00
|
|
|
{
|
2023-05-16 16:59:21 +08:00
|
|
|
"name": "aix/php-openssl-cryptor",
|
2023-05-16 16:57:10 +08:00
|
|
|
"description": "creating/encrypting/decrypting for php open_ssl library",
|
|
|
|
|
"type": "library",
|
|
|
|
|
"license": "MIT",
|
2023-05-16 13:23:54 +00:00
|
|
|
"version": "1.0.1",
|
2023-05-16 16:57:10 +08:00
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "0x49",
|
|
|
|
|
"email": "1458513@qq.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
2023-05-16 16:59:21 +08:00
|
|
|
"Aix\\PhpOpensslCryptor\\": "src/"
|
2023-05-16 16:57:10 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
2023-05-16 12:55:16 +00:00
|
|
|
"php": ">=7.3",
|
2023-05-16 16:57:10 +08:00
|
|
|
"ext-openssl": "*"
|
|
|
|
|
}
|
|
|
|
|
}
|