symfony / flex

Composer plugin for Symfony
MIT License
4.15k stars 181 forks source link

Alpha/Beta/RC versioning on recipes #215

Closed silverbackdan closed 6 years ago

silverbackdan commented 6 years ago

I'm not sure if this is expected but I've changed the env var: SYMFONY_ENDPOINT=https://symfony.sh/r/contrib/159 For the contrib recipe PR https://github.com/symfony/recipes-contrib/pull/159

When I run the composer require command for the alpha version from Packagist (1.0-alpha), flex uses an auto-generated recipe.

I couldn't name the version folder on on the recipe repo with a '-alpha' postfix without causing a validation error, but without the '-alpha' validation went through without an issue detecting a version matches. This is why I thought it may be a flex issue with looking up recipes when installing packages with stabilities other than production. Or perhaps this just it won't be or isn't supported yet and this is known?

silverbackdan commented 6 years ago

my mistake sorry, took URL from Fabian's post from a while back instead of straight from the deployment info in the PR: http://fabien.potencier.org/symfony4-contributing-recipes.html