Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #4091 Put version into quotes, otherwise it fails in ZSH (danny…
…kopping) 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
- Loading branch information