composer
This commit is contained in:
parent
e3f2a69a00
commit
287eb59f0e
|
@ -1,8 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "pd_arch/inner_api",
|
"name": "pd_arch/internal_api",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"require": {
|
"require": {
|
||||||
"guzzlehttp/guzzle": "^6.3",
|
"guzzlehttp/guzzle": "^6.3",
|
||||||
"illuminate/http": "^5.6"
|
"illuminate/http": "^5.5"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"InternalApi\\": "src/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
namespace InternalApi\ServiceProvider;
|
namespace InternalApi\ServiceProvider;
|
||||||
|
|
||||||
use Illuminate\Support\ServiceProvider;
|
use Illuminate\Support\ServiceProvider;
|
||||||
|
use InternalApi\Client;
|
||||||
|
|
||||||
class InternalApiServiceProvider extends ServiceProvider
|
class InternalApiServiceProvider extends ServiceProvider
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user