Commit 6dc62a8
committed
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.1 parent 30bb6c5 commit 6dc62a8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments