DigiWill/composer.json
2025-09-25 22:40:26 +03:00

17 lines
389 B
JSON

{
"name": "yisroel/digi-will",
"description": "Encrypted file storage with next of kin and private key recovery",
"type": "project",
"autoload": {
"psr-4": {
"Yisroel\\DigiWill\\": "src/"
}
},
"authors": [
{
"name": "Yisroel Baum",
"email": "yisroel.d.baum@gmail.com"
}
],
"require": {}
}