Remove redundant package

This commit is contained in:
An Phan 2016-07-07 00:31:19 +08:00
parent 858c4d1586
commit 3c0f67de8f
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2
2 changed files with 0 additions and 2 deletions

View file

@ -8,7 +8,6 @@
"php": ">=5.5.9",
"laravel/framework": "5.2.*",
"james-heinrich/getid3": "^1.9",
"phanan/cascading-config": "~2.0",
"barryvdh/laravel-ide-helper": "^2.1",
"guzzlehttp/guzzle": "^6.1",
"tymon/jwt-auth": "^0.5.6",

View file

@ -138,7 +138,6 @@ return [
Illuminate\Validation\ValidationServiceProvider::class,
Illuminate\View\ViewServiceProvider::class,
PhanAn\CascadingConfig\CascadingConfigServiceProvider::class,
Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,
Tymon\JWTAuth\Providers\JWTAuthServiceProvider::class,
Aws\Laravel\AwsServiceProvider::class,