Skip to content

v1.0.1 - Minor fixes

Compare
Choose a tag to compare
@bkuhl bkuhl released this 08 Mar 04:31
· 223 commits to master since this release
  • 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 includes use Indatus\Dispatcher\Scheduler; correctly