Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6dc62a8

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎quick_tour/the_big_picture.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ directory:
1818

1919
..code-block::bash
2020
21-
$ composer create-project symfony/framework-standard-edition myproject/~2.5
21+
$ composer create-project symfony/framework-standard-edition myproject/'~2.5'
2222
2323
..note::
2424

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp