我试图使用下一个命令在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
答案 0 :(得分:1)
Spark死了。如果要处理依赖关系,可以改为使用Composer。