seregazhuk / php-watcher

Monitor for any changes in your php application and automatically restart it (suitable for async apps).
https://sergeyzhuk.me/2019/10/18/php-watcher/
388 stars 30 forks source link

Make it compatible with Symfony 5 #57

Closed mmoreram closed 4 years ago

mmoreram commented 4 years ago

Some required libraries are blocked to Symfony^4, blocking then all project requiring this watcher. We could make some push to them by adding some PRs, or just checking how to uncouple from them.

seregazhuk commented 4 years ago

Have created a PR in yosymfony/resource-watcher for Symfony 5 upgrade.

https://github.com/yosymfony/resource-watcher/pull/8/commits

yosymfony commented 4 years ago

PR merged already

seregazhuk commented 4 years ago

Great news! The watcher is now compatible with Symfony 5 👍