minimum-stability
> So please, don't do that.
https://igor.io/2013/02/07/composer-stability-flags.html
To me, we should reomve "minimum-stability:dev" in Fuel's default composer.json.
Because
1. we get unstable versions of all packages.
2. and in some cases, it breaks package dependency (eg, pacakge A depends on package B's specific version, but dev-master of B which API changes is installed)
And I don't get the relation fixing version when releasing and "minimum-stability:dev".
It looks like you're new here. If you want to get involved, click one of these buttons!