Reputation: 33
I was trying to install oauth library with spark in codeigniter with the next command:
php tools/spark install -v0.4.0 oauth2
But I recived a error message like this:
[ SPARK ] Retrieving spark detail from getsparks.org
[ ERROR ] Uh-oh!
[ ERROR ] Unable to find spark: oauth2 (0.4.0) in any sources
This to pass with all libraries that I can to install. Sparks are in myapp_ci/tools: enter image description here
Upvotes: 1
Views: 331
Reputation: 33
Spark is dead. If you want to handle dependencies, You can to use Composer instead.
Upvotes: 1