Composer 错误集合
2019-04-11 本文已影响0人
Hyso
[InvalidArgumentException]
Could not find a version of package tobehyso/banma-sso matching your minimum-stability (stable).
Require it with an explicit version constraint allowing its desired stability.
解决方法:在 composer.json 中加入以下配置
"minimum-stability": "dev"