@@ -2,10 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Brendt\Stitcher\Plugin; |
4 | 4 | |
5 | -use Brendt\Stitcher\Exception\ConfigurationException; |
|
6 | -use Brendt\Stitcher\Exception\PluginException; |
|
7 | -use Symfony\Component\Finder\Finder; |
|
8 | -use Symfony\Component\Finder\SplFileInfo; |
|
9 | 5 | use Symfony\Component\Yaml\Yaml; |
10 | 6 | |
11 | 7 | class PluginConfiguration |