You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 5.2 branch.
Discussion
----------
Update setup page for Symfony 5.2 - drop dev
Since 5.2 is already released there is no reason to point to `next` version
When merged, fixes#14663
Commits
-------
6fc13f2 Update setup page for Symfony 5.2 - drop dev
In the current live documentation at https://symfony.com/doc/current/setup.html#creating-symfony-applications the user is advised to run
symfony new [...] --version=next
which will crash with
Could not find package symfony/website-skeleton with version 5.3.x@dev
.And further down, there is also
composer create-project symfony/website-skeleton:"5.2.x@dev"
which doesn't seem right for the docs for a final release either.
The text was updated successfully, but these errors were encountered: