jobbyphp / jobby

Manage all your cron jobs without modifying crontab. Handles locking, logging, error emails, and more.
https://packagist.org/packages/hellogerard/jobby
MIT License
1.05k stars 154 forks source link

Not working with Symfony Process 5.1.2 on PHP 7.3 #127

Open riccardo993 opened 4 years ago

riccardo993 commented 4 years ago

I had to downgrade Symfony Process to 3.4.42 to make it work properly.

Will be this package working properly on PHP 7.3 and PHP 8?