@@ -5,9 +5,7 @@ |
||
5 | 5 | use Exception; |
6 | 6 | use Humbug\SelfUpdate\Updater; |
7 | 7 | use Symfony\Component\Console\Command\Command; |
8 | -use Symfony\Component\Console\Input\InputArgument; |
|
9 | 8 | use Symfony\Component\Console\Input\InputInterface; |
10 | -use Symfony\Component\Console\Input\InputOption; |
|
11 | 9 | use Symfony\Component\Console\Output\OutputInterface; |
12 | 10 | use Symfony\Component\Console\Style\SymfonyStyle; |
13 | 11 |