silverstripe / sspak

Tool for managing bundles of db/assets from Silverstripe environments
http://silverstripe.github.io/sspak/
BSD 3-Clause "New" or "Revised" License
47 stars 34 forks source link

Composer 1.6.5 unable to locate this package #69

Closed NZI closed 6 years ago

NZI commented 6 years ago

I am unable to install this tool with composer

$ composer global require silverstripe/sspak
Changed current directory to ~/.composer

[InvalidArgumentException]  Could not find a version of package silverstripe/sspak matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.
robbieaverill commented 6 years ago

Yeah we haven’t released any stable tags for this. Your minimum stability is set to stable, you could lower it to dev and use dev-master constraint. Hope this helps!