@@ -17,9 +17,9 @@ |
||
| 17 | 17 | use Composer\Composer; |
| 18 | 18 | use Composer\EventDispatcher\EventSubscriberInterface; |
| 19 | 19 | use Composer\IO\IOInterface; |
| 20 | -use Composer\Plugin\PluginInterface; |
|
| 21 | 20 | use Composer\Plugin\Capable; |
| 22 | 21 | use Composer\Plugin\PluginEvents; |
| 22 | +use Composer\Plugin\PluginInterface; |
|
| 23 | 23 | use Composer\Plugin\PreFileDownloadEvent; |
| 24 | 24 | use Composer\Script\Event; |
| 25 | 25 | |