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 #4091 Put version into quotes, otherwise it fails in ZSH (dannykopping)
This PR was merged into the 2.5 branch.
Discussion
----------
Put version into quotes, otherwise it fails in ZSH
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`.
Commits
-------
6dc62a8 Put version into quotes, otherwise it fails
0 commit comments