php-internal-api-client/composer.json

17 lines
269 B
JSON
Raw Permalink Normal View History

2018-03-01 09:57:25 +00:00
{
2018-03-19 08:33:35 +00:00
"name": "arch/php-internal-api-client",
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": {
2018-03-19 08:36:30 +00:00
"PdInternalApi\\": "src/"
2018-03-15 10:29:40 +00:00
},
"files": [
2018-03-15 10:39:29 +00:00
"src/helpers.php"
2018-03-15 10:29:40 +00:00
]
2018-03-01 09:57:25 +00:00
}
}