使用命令 composer require -W webman/think-orm 安装think-orm时,提示如下错误
Root composer.json requires webman/think-orm ^1.0 -> satisfiable by webman/think-orm[v1.0.2].
webman/think-orm v1.0.2 requires topthink/think-orm ^2.0.53 -> found topthink/think-orm[2.0.x-dev] but it does not match your minimum-stability.
composer config -g --unset repos.packagist
去掉composer代理试下
https://repo.packagist.org could not be fully loaded (curl error 28 while downloading https://repo.packagist.org/packages.json: Operation timed out after 10010 milliseconds with 0 out of 0 bytes received), pa
ckage information was loaded from the local cache and may be out of date
本地网络问题