@@ -13,11 +13,10 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Symfony\Component\Process\Exception\ProcessFailedException; |
| 15 | 15 | use Symfony\Component\Process\Process; |
| 16 | - |
|
| 17 | -use Webcreate\Conveyor\Task\Result\ExecuteResult; |
|
| 18 | -use Webcreate\Util\Cli; |
|
| 19 | 16 | use Webcreate\Conveyor\IO\IOInterface; |
| 20 | 17 | use Webcreate\Conveyor\Repository\Version; |
| 18 | +use Webcreate\Conveyor\Task\Result\ExecuteResult; |
|
| 19 | +use Webcreate\Util\Cli; |
|
| 21 | 20 | |
| 22 | 21 | class ShellTask extends Task |
| 23 | 22 | { |
@@ -11,14 +11,14 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Webcreate\Conveyor\Transporter; |
| 13 | 13 | |
| 14 | -use phpseclib\Net\SFTP as phpseclib_SFTP; |
|
| 15 | -use phpseclib\System\SSH\Agent; |
|
| 16 | 14 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
| 17 | 15 | use Symfony\Component\Finder\Finder; |
| 18 | 16 | use Webcreate\Conveyor\Event\TransporterEvent; |
| 19 | 17 | use Webcreate\Conveyor\Event\TransporterEvents; |
| 20 | 18 | use Webcreate\Conveyor\IO\IOInterface; |
| 21 | 19 | use Webcreate\Conveyor\Transporter\Ftp\Sftp; |
| 20 | +use phpseclib\Net\SFTP as phpseclib_SFTP; |
|
| 21 | +use phpseclib\System\SSH\Agent; |
|
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | 24 | * @todo refactor the injection of the IOInterface to a event-based solution? |