Initial commit
This commit is contained in:
30
composer.json
Normal file
30
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user