[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"
网友评论