phpstudy自带的composer版本为1.8.5 把composer升级到2.xx.xx版本 遇到问题
phpstudy自带的composer版本为1.8.5,在安装thinkphp时报错,提示需要将composer升级到2.xx.xx版本。
1.下载composer.phar文件
下载地址:https://getcomposer.org/download/
2.替换phpstudy中的composer.phar文件
最后打开phpstudy中的composer 看看版本号 是否正确
3.composer更新
执行 composer selfupdate 以保持 Composer 一直是最新版本
当升级TP5.0 或插件时,是由于composer 1.0升级到composer 2.0后,TP5.0的插件不适合造成的
使用下面命令直接升级 tp5的各种插件和框架
composer update --no-plugins