升級下webman/console
composer require webman/console
升級 ok 建議文檔 不要帶版本號
文檔沒帶版本號
composer create-project workerman/webman:~2.0 這是文檔的我以為文檔 應該就是最新的
workerman/webman 是創(chuàng)建webman項目,并不會安裝webman/console,和 webman/console 沒關系。 webman/console 是單獨手動裝的,文檔地址 命令行 ,文檔里沒有指定版本號。
composer require webman/console ^1.2.24 這個
他說的應該是文檔里"高級進階"->"二進制打包"那個 http://m.wtbis.cn/doc/webman/others/bin.html