@@ -12,10 +12,7 @@ |
||
| 12 | 12 | use Composer\Plugin\PluginInterface; |
| 13 | 13 | use Composer\Script\Event; |
| 14 | 14 | use Composer\Script\ScriptEvents; |
| 15 | -use Seld\JsonLint\JsonParser; |
|
| 16 | -use Seld\JsonLint\ParsingException; |
|
| 17 | 15 | use Symfony\Component\Filesystem\Filesystem; |
| 18 | -use TheCodingMachine\Discovery\Utils\JsonException; |
|
| 19 | 16 | |
| 20 | 17 | class DiscoveryPlugin implements PluginInterface, EventSubscriberInterface |
| 21 | 18 | { |