@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Padosoft\LaravelComposerSecurity; |
3 | 3 | |
4 | 4 | use Illuminate\Support\ServiceProvider; |
5 | -use GuzzleHttp\Client; |
|
6 | 5 | |
7 | 6 | class ComposerSecurityCheckServiceProvider extends ServiceProvider |
8 | 7 | { |
@@ -8,8 +8,8 @@ |
||
8 | 8 | |
9 | 9 | namespace Padosoft\LaravelComposerSecurity; |
10 | 10 | |
11 | -use Illuminate\Console\Command; |
|
12 | 11 | use GuzzleHttp\Client; |
12 | +use Illuminate\Console\Command; |
|
13 | 13 | |
14 | 14 | class SensiolabHelper |
15 | 15 | { |