DigiWill/composer.json
2025-09-26 13:50:15 +03:00

22 lines
479 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/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"authors": [
{
"name": "Yisroel Baum",
"email": "yisroel.d.baum@gmail.com"
}
],
"require": {}
}