php-internal-api-client/composer.json
2024-06-12 22:02:42 +00:00

17 lines
272 B
JSON

{
"name": "paidian/php-internal-api-client",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^6.3",
"illuminate/http": "^5.5"
},
"autoload": {
"psr-4": {
"PdInternalApi\\": "src/"
},
"files": [
"src/helpers.php"
]
}
}