@@ -2,14 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace Povils\PHPMND\Console\Command; |
4 | 4 | |
5 | -use Povils\PHPMND\Console\Application; |
|
6 | 5 | use Symfony\Component\Console\Command\Command as BaseCommand; |
7 | 6 | use Symfony\Component\Console\Input\InputInterface; |
8 | 7 | use Symfony\Component\Console\Input\InputOption; |
9 | 8 | use Symfony\Component\Console\Output\OutputInterface; |
10 | 9 | use Humbug\SelfUpdate\Updater; |
11 | 10 | use Humbug\SelfUpdate\VersionParser; |
12 | -use Humbug\SelfUpdate\Strategy\GithubStrategy; |
|
13 | 11 | |
14 | 12 | class SelfUpdate extends BaseCommand |
15 | 13 | { |