@@ -16,8 +16,8 @@ |
||
16 | 16 | use ComponentManager\VersionControl\Git\Command\Command; |
17 | 17 | use ComponentManager\VersionControl\Git\Command\FetchCommand; |
18 | 18 | use ComponentManager\VersionControl\Git\Command\InitCommand; |
19 | -use ComponentManager\VersionControl\Git\Command\RevParseCommand; |
|
20 | 19 | use ComponentManager\VersionControl\Git\Command\RemoteAddCommand; |
20 | +use ComponentManager\VersionControl\Git\Command\RevParseCommand; |
|
21 | 21 | use Symfony\Component\Process\Process; |
22 | 22 | use Symfony\Component\Process\ProcessBuilder; |
23 | 23 |
@@ -17,8 +17,8 @@ |
||
17 | 17 | use ComponentManager\HttpClient; |
18 | 18 | use ComponentManager\Platform\Platform; |
19 | 19 | use Psr\Log\LoggerInterface; |
20 | -use stdClass; |
|
21 | 20 | use Symfony\Component\Filesystem\Filesystem; |
21 | +use stdClass; |
|
22 | 22 | |
23 | 23 | /** |
24 | 24 | * Package repository interface. |