在codeigniter中使用spark安装库时出错

时间:2017-11-09 18:20:27

标签: php codeigniter

我试图使用下一个命令在codeigniter中安装带有spark的oauth库:

php tools/spark install -v0.4.0 oauth2

但我收到了这样的错误消息:

[ SPARK ] Retrieving spark detail from getsparks.org
[ ERROR ] Uh-oh!
[ ERROR ] Unable to find spark: oauth2 (0.4.0) in any sources

这可以传递我可以安装的所有库。火花在myapp_ci / tools中: enter image description here

1 个答案:

答案 0 :(得分:1)

Spark死了。如果要处理依赖关系,可以改为使用Composer。