Hi I'm trying to create a composer package and can't seem to figure out how to mark it as stable. I've tried tagging it as v1.x, setting these in composer.json:
"minimum-stability": "dev",
"prefer-stable": true
https://github.com/monsterlane/lumen-console-tests
What am I doing wrong?