Files
PhpVaultClient/composer.json
2024-09-25 11:46:24 -05:00

24 lines
452 B
JSON

{
"name": "hpz937/phpvaultclient",
"type": "library",
"autoload": {
"psr-4": {
"Hpz937\\Phpvaultclient\\": "src/"
}
},
"authors": [
{
"name": "Hpz937",
"email": "hpz937@gmail.com"
}
],
"require": {
"hpz937/restclient": "^1.0"
},
"repositories": [{
"type": "composer",
"url": "https://git.hpz.pw/api/packages/hpz937/composer"
}
]
}