init composer.json

This commit is contained in:
Yisroel Baum 2025-09-25 22:40:26 +03:00
parent 72f84c1353
commit 819059ef37
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

17
composer.json Normal file
View file

@ -0,0 +1,17 @@
{
"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": {}
}