mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Remove redundant package
This commit is contained in:
parent
858c4d1586
commit
3c0f67de8f
2 changed files with 0 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue