Initial commit

This commit is contained in:
2024-09-24 13:27:33 -05:00
parent 03badb316d
commit 98f9582dad
10 changed files with 2124 additions and 8 deletions

30
composer.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "hpz937/phpvault",
"type": "project",
"autoload": {
"psr-4": {
"Hpz937\\Phpvault\\": "src/"
}
},
"authors": [
{
"name": "Hpz937",
"email": "hpz937@gmail.com"
}
],
"repositories": [{
"type": "composer",
"url": "https://git.hpz.pw/api/packages/hpz937/composer"
}
],
"require": {
"hpz937/encryption": "^1.0",
"vlucas/phpdotenv": "^5.6",
"slim/slim": "^4.14",
"php-di/php-di": "^7.0",
"firebase/php-jwt": "^6.10",
"slim/psr7": "^1.7",
"paragonie/sodium_compat": "^2.1",
"adhocore/cli": "^1.7"
}
}