|
@@ -15,12 +15,10 @@ |
|
|
block discarded – undo |
|
15
|
15
|
namespace Humbug\PhpScoper\Console\Command; |
|
16
|
16
|
|
|
17
|
17
|
use Humbug\SelfUpdate\Updater; |
|
18
|
|
-use Humbug\SelfUpdate\Strategy\GithubStrategy; |
|
19
|
18
|
use Symfony\Component\Console\Command\Command; |
|
20
|
19
|
use Symfony\Component\Console\Input\InputInterface; |
|
21
|
20
|
use Symfony\Component\Console\Input\InputOption; |
|
22
|
21
|
use Symfony\Component\Console\Output\OutputInterface; |
|
23
|
|
-use Throwable; |
|
24
|
22
|
|
|
25
|
23
|
final class SelfUpdateCommand extends Command |
|
26
|
24
|
{ |
Please login to merge, or discard this patch.