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.