8000 Double-quotes instead of single quotes · symfony/symfony-docs@2c128ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c128ff

Browse files
committed
Double-quotes instead of single quotes
Using single quotes in Windows command prompt (Windows 8 Pro) returns the following error: C:\Users\Galdiolo>composer create-project symfony/framework-standard-edition myproject/ '~2.3' [UnexpectedValueException] Could not parse version constraint '~2.3': Invalid version string "'~2.3'"
1 parent 9dd3a77 commit 2c128ff

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
@@ -20,7 +20,7 @@ directory:
2020

2121
.. code-block:: bash
2222
23-
$ composer create-project symfony/framework-standard-edition myproject/ '~2.3'
23+
$ composer create-project symfony/framework-standard-edition myproject/ "~2.3"
2424
2525
.. note::
2626

0 commit comments

Comments
 (0)
0