php-internal-api-client/composer.json

17 lines
255 B
JSON
Raw Normal View History

2018-03-01 09:57:25 +00:00
{
2018-03-05 03:26:44 +00:00
"name": "pd_arch/internal_api",
2018-03-01 09:57:25 +00:00
"type": "library",
"require": {
"guzzlehttp/guzzle": "^6.3",
2018-03-05 03:26:44 +00:00
"illuminate/http": "^5.5"
},
"autoload": {
"psr-4": {
"InternalApi\\": "src/"
2018-03-15 10:29:40 +00:00
},
"files": [
"helpers.php"
]
2018-03-01 09:57:25 +00:00
}
}