Closed Koalabaerchen closed 8 years ago
the composer.json file contains a "minimum-stability": "beta",
, so you must add "minimum-stability": "RC"
in your project
I think the install documentation should include that.
Default Symfony composer.json comes without minimum-stability (which defaults to stable) I believe.
"minimum-stability": "beta"
is temporarily as long as a final release was published
It happens because of no set "minimum-stability".
Adding a
"minimum-stability": "RC",
fixes that problem.