24 lines
450 B
JSON
24 lines
450 B
JSON
{
|
|
"name": "hpz937/encryption",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hpz937\\Encryption\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Brad Cimbura",
|
|
"email": "hpz937@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"rector/rector": "^1.0",
|
|
"squizlabs/php_codesniffer": "^3.9"
|
|
}
|
|
}
|