Files
restclient/composer.json
Brad Cimbura e737706438 initial commit
2024-02-07 10:40:56 -06:00

19 lines
390 B
JSON

{
"name": "hpz937/restclient",
"description": "Client library for interacting with REST apis",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Hpz937\\Restclient\\": "src/"
}
},
"authors": [
{
"name": "Brad Cimbura",
"email": "hpz937+code@gmail.com"
}
],
"require": {}
}