'Could not find package with stability stable
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?
Solution 1:[1]
Gwah my version of composer was to old so the package wasn't visible.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jonathan |
