首页/其他教程/ composer require 指定下载的版本

composer require 指定下载的版本

作者:神奇   分类:其他教程   时间:2019-02-12 22:04:39  标签:


thinkphp5.0(当前已经到了5.16版) 需要下载对应版本的验证码包 think-captcha的1.x版本(2.x是5.1专用的) 

所以在安装包的时候需要指定版本

解决

composer require topthink/think-captcha v1.0.7

composer require package $version

composer require -h 查看帮助文档


温馨提示如有转载或引用以上内容之必要,敬请将本文链接作为出处标注,谢谢合作!

评论:

发表评论:

code