init composer.json
This commit is contained in:
parent
72f84c1353
commit
819059ef37
1 changed files with 17 additions and 0 deletions
17
composer.json
Normal file
17
composer.json
Normal 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": {}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue