webman-tech / laravel-console

Laravel illuminate/console for webman
4 stars 0 forks source link

运行报错了 #2

Closed yuanzhihai closed 1 year ago

yuanzhihai commented 1 year ago

PHP Fatal error: Uncaught Error: Call to undefined method Illuminate\Container\Container::runningUnitTests() in /vendor/illuminate/console/Concerns/ConfiguresPrompts.php:27

krissss commented 1 year ago

提供一下最简复现步骤

yuanzhihai commented 1 year ago

illuminate/console 10

yuanzhihai commented 1 year ago

提供一下最简复现步骤

illuminate/console 9 正常

krissss commented 1 year ago

具体执行的啥命令啊,list 能正常显示吗,https://github.com/webman-tech/laravel-console/actions/runs/5031024186/job/13626655770 10.x 的版本在测试下是ok的

yuanzhihai commented 1 year ago

具体执行的啥命令啊,list 能正常显示吗,https://github.com/webman-tech/laravel-console/actions/runs/5031024186/job/13626655770 10.x 的版本在测试下是ok的

list 可以 自定义的都不可以

yuanzhihai commented 1 year ago

app\command 下的都运行都报错

krissss commented 1 year ago

应该是 10.17 版本改动引起的,晚点看下如何修复

krissss commented 1 year ago

https://github.com/laravel/framework/pull/47992

krissss commented 1 year ago

更新到 1.0.3 可以了