contributte / scheduler

:hourglass: PHP job scheduler (cron) with locking for Nette Framework
https://contributte.org/packages/contributte/scheduler.html
MIT License
30 stars 10 forks source link

PHP >= 7.1 compatible release #2

Closed mabar closed 6 years ago

mabar commented 6 years ago

Dropped compatibility with php 5.6 and 7.0 Added strict types Latest symfony/console allowed Dropped unuseful annotations (where were same as php native typehint) Replaced DateTime with DateTimeInterface - not possible, not supported by https://github.com/dragonmantank/cron-expression

f3l1x commented 6 years ago

Thanks. :-) I've released v0.1 with PHP 5.6, for our old systems and >=0.2 will be PHP 7.1 only.

f3l1x commented 6 years ago

Please, upgrade to latest ninjify/qa to complete this PR. :-) Good job btw.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 29.839% when pulling 8622cca0f1bc45f6387200be5358e3f1cc046fca on mabar:master into cd4b134a059662b734f7eb88241ae7df077a9db4 on contributte:master.