php-internal-api-client/composer.json
2018-03-19 16:36:30 +08:00

17 lines
269 B
JSON

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