PSR-2 Code styling, short array syntax, and single quotes
Composer
Updated dependencies to allow minor releases
Removed composer.lock (It's not needed for libraries and general practice
is to ignore it.)
Travis
Updated to builtin composer and caching vendor dirs (should be faster now)
Added PHP 7.0 and HHVM. (looks like the bug with 7.0 is fixed in the dev
branch of superclosure, once they tag a release, we can make not allowed
to fail)
Adds support for running background processes on the same version of PHP
that's jobby is currently running (prevents errors in cases where there is
more than one installed version of php or is running jobby with a different
version of the php default version installed) (#37)
Updated external libraries, in special SuperClosure
from 1.0.1 to
2.1.0. SuperClosure is used within jobby for executing
Closures as cron-tasks. As SuperClosure itself has
backward incompatible changes from 1.x to 2.x
(see PHP SuperClosure v2.0-alpha1),
jobby inherits this breaking changes.
See UPGRADE-2.1 for upgrade-hints.
See Pull request #31 for details.