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

Lines changed: 1 addition & 1 deletion
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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy