We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
更新依赖版本,调整部分语法以兼容新版laravel (#3) * compatible with new versions of laravel * fix * fix bug * update travis.yml * guzzlehttp/promises的依赖版本从1.4.0开始 * 添加 tests 文件夹以修复phpunit错误 * 添加 php7.2 版本检测 * 增加兼容写法
Update README.md
Fix arguments is null error
ClientException not markFailure
Fix allowSingleTest add not found error.
Update AbstractCommand.php Fix namespace error.
Fix prefix problem due to common cache.
增加异步命令执行,更新文档
修改结构,将命令操作放到 run 中,统一调用 execute 方法
Fix psr-4 autoload problem