@@ -5,10 +5,10 @@ |
||
5 | 5 | use Clue\React\Stdio\Stdio; |
6 | 6 | use React\EventLoop\Factory; |
7 | 7 | use React\Stream\ThroughStream; |
8 | -use Symfony\Component\Finder\Finder; |
|
9 | 8 | use Spatie\PhpUnitWatcher\Screens\Phpunit; |
10 | -use Yosymfony\ResourceWatcher\ResourceWatcher; |
|
9 | +use Symfony\Component\Finder\Finder; |
|
11 | 10 | use Yosymfony\ResourceWatcher\ResourceCacheMemory; |
11 | +use Yosymfony\ResourceWatcher\ResourceWatcher; |
|
12 | 12 | |
13 | 13 | class Watcher |
14 | 14 | { |