mtdowling / cron-expression

CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
http://mtdowling.com/blog/2012/06/03/cron-expressions-in-php/
MIT License
4.9k stars 335 forks source link

abandoned package is required #178

Closed baukezwaan closed 4 years ago

baukezwaan commented 4 years ago

In composer a module is required mtdowling/cron-expression. This module seems to be abandoned (use dragonmantank/cron-expression instead).

Package mtdowling/cron-expression is abandoned, you should avoid using it. Use dragonmantank/cron-expression instead.

But I actually can't find any use in their code in this module?

dragonmantank commented 4 years ago

You can check your composer.lock file file and see which exact package depends on this package. If you figure it out, let me know and I will see if I can submit a PR to let them know to migrate.

baukezwaan commented 4 years ago

Sorry... this was indeed not intended to be raised as an issue overhere! My bad!