v1.0.1 - Minor fixes
- Fixed an issue with readme installation instructions
- Dependency on "jlogsdon/cli" is now version 0.9.4 instead of "dev-master"
- Removed "x active of x scheduled commands" from
scheduled:summary
- cron driver now translates
$scheduler->everyMinutes(1)
to*
instead of*/1*
scheduled:make
's generated command now includesuse Indatus\Dispatcher\Scheduler;
correctly