@@ -5,15 +5,15 @@ |
||
5 | 5 | namespace Dominikb\ComposerLicenseChecker; |
6 | 6 | |
7 | 7 | use Dominikb\ComposerLicenseChecker\Contracts\DependencyLoaderAware; |
8 | +use Dominikb\ComposerLicenseChecker\Contracts\LicenseLookupAware; |
|
8 | 9 | use Dominikb\ComposerLicenseChecker\Traits\DependencyLoaderAwareTrait; |
9 | -use Symfony\Component\Console\Helper\Table; |
|
10 | +use Dominikb\ComposerLicenseChecker\Traits\LicenseLookupAwareTrait; |
|
10 | 11 | use Symfony\Component\Console\Command\Command; |
12 | +use Symfony\Component\Console\Helper\Table; |
|
11 | 13 | use Symfony\Component\Console\Input\InputDefinition; |
12 | 14 | use Symfony\Component\Console\Input\InputInterface; |
13 | 15 | use Symfony\Component\Console\Input\InputOption; |
14 | 16 | use Symfony\Component\Console\Output\OutputInterface; |
15 | -use Dominikb\ComposerLicenseChecker\Contracts\LicenseLookupAware; |
|
16 | -use Dominikb\ComposerLicenseChecker\Traits\LicenseLookupAwareTrait; |
|
17 | 17 | |
18 | 18 | class ReportCommand extends Command implements LicenseLookupAware, DependencyLoaderAware |
19 | 19 | { |