diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..27d39d2 --- /dev/null +++ b/composer.json @@ -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": {} +}