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
When using the `zsh` shell, the command fails because of:
```
$ composer create-project symfony/framework-standard-edition myproject/ ~2.5
zsh: no such user or named directory: 2.5
```
This problem does not occur in Bash.
Quoting the version number does not effect Bash, and fixes ZSH.
0 commit comments