我先安装了 webman/event
然后安装了命令行 webman/console
执行 php webman verison 报错
PHP Fatal error: Declaration of Webman\Event\EventListCommand::execute(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output) must be compatible with Symfony\Component\Console\Command\Command::execute(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output): int in /Users/apple/Documents/workspace/gitLab/demo/vendor/webman/event/src/EventListCommand.php on line 29
Fatal error: Declaration of Webman\Event\EventListCommand::execute(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output) must be compatible with Symfony\Component\Console\Command\Command::execute(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output): int in /Users/apple/Documents/workspace/gitLab/demo/vendor/webman/event/src/EventListCommand.php on line 29
webman/event 昨天有发布新版本 v1.0.5,更新到新版本试下
好的感谢 我试试
我也遇到了这个问题,但是webman/event 最新版本只有1.0.4啊,是不是被下架了啊,这咋办
删除你的compsoer代理
可以了 感谢
protected function execute(InputInterface $input, OutputInterface $output): int