30 lines
661 B
JSON
30 lines
661 B
JSON
{
|
|
"name": "yisroel/digi-will",
|
|
"description": "Encrypted file storage with next of kin and private key recovery",
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DigiWill\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Yisroel Baum",
|
|
"email": "yisroel.d.baum@gmail.com"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^12.3"
|
|
},
|
|
"require": {
|
|
"slim/slim": "4.*",
|
|
"slim/psr7": "^1.7",
|
|
"php-di/php-di": "^7.1",
|
|
"slim/twig-view": "^3.4"
|
|
}
|
|
}
|