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
minor #14511 Updating the Installer Related Instructions (ilyabakhlin)
This PR was merged into the 3.4 branch.
Discussion
----------
Updating the Installer Related Instructions
If you execute the command according the documentation, which would be the following:
```bash
symfony new my_project_name --version=3.4
```
The response would be the following:
```bash
Symfony Installer version 1.5.11
```
However, [according the examples provided in the installer-related blog post](https://symfony.com/blog/introducing-the-new-symfony-installer), the command execution should be as follows:
```bash
symfony new my_project_name 3.4
```
Commits
-------
8cdbb39 Updating the Installer Related Instructions
0 commit comments