Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Commit6dc62a8
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.5zsh: 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 parent30bb6c5 commit6dc62a8
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
Comments
(0)