top-think / framework

ThinkPHP Framework
http://www.thinkphp.cn
Other
2.71k stars 1.05k forks source link

composer安装不了thinkphp8 #2977

Closed phpcws closed 4 months ago

phpcws commented 4 months ago

通过命令 composer create-project topthink/think tp 安装后,是thinkphp6的框架,而不是thinkphp8 是要再升级吗?

big-dream commented 4 months ago

可能是使用的 composer 镜像源没更新。尝试使用官方源或更换其它源。 取消使用镜像源:

composer config --unset repos.packagist

使用阿里云镜像源:

composer config repo.packagist composer https://mirrors.aliyun.com/composer/