@@ -5,11 +5,11 @@ |
||
| 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; |
| 9 | +use Symfony\Component\Finder\Finder; |
|
| 10 | 10 | use Yosymfony\ResourceWatcher\Crc32ContentHash; |
| 11 | -use Yosymfony\ResourceWatcher\ResourceWatcher; |
|
| 12 | 11 | use Yosymfony\ResourceWatcher\ResourceCacheMemory; |
| 12 | +use Yosymfony\ResourceWatcher\ResourceWatcher; |
|
| 13 | 13 | |
| 14 | 14 | class Watcher |
| 15 | 15 | { |