Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Put version into quotes, otherwise it fails
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.
- Loading branch information