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

Appearance settings

Commit b8687dd

Browse filesBrowse files
committed
minor #4091 Put version into quotes, otherwise it fails in ZSH (dannykopping)
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
2 parents 30bb6c5 + 6dc62a8 commit b8687dd
Copy full SHA for b8687dd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎quick_tour/the_big_picture.rst

Copy file name to clipboardExpand all lines: quick_tour/the_big_picture.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.