Skip to content

Commit ac4d9cd

Browse files
galdiolowouterj
authored andcommitted
Double-quotes instead of single quotes (UnexpectedValueException in Windows 8)
1 parent 9dd3a77 commit ac4d9cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbook/workflow/new_project_git.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ git repository:
2626

2727
.. code-block:: bash
2828
29-
$ php composer.phar create-project symfony/framework-standard-edition path/ '~2.3'
29+
$ php composer.phar create-project symfony/framework-standard-edition path/ "~2.3"
3030
3131
Composer will now download the Standard Distribution along with all of the
3232
required vendor libraries. For more information about downloading Symfony using

quick_tour/the_big_picture.rst

+1-1
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)