Yes, composer installs stable stuff by default (since about a few days ago). However, since 2.1.x is not yet stable, the standard edition's composer.json overrides the default minimum-stability by dev[1].
[1]: https://github.com/symfony/symfony-standard/blob/master/composer.json#L39 On 10 July 2012 17:10, Tom Boutell <[email protected]> wrote: > I followed recommendations here: > > http://symfony.com/download > > To create a Symfony project via Composer. > > I figured I'd get the latest stable Symfony, but after noticing differences > between the project and the book, I checked the version and discovered it's > 2.1.0-DEV. > > Shouldn't Composer install stable stuff by default? > > If not, a warning on the page would be helpful. > > (I realize 2.1 is rapidly maturing, but folks should know what they're > getting into (: ) > > Thanks. > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
