Skip to content

Commit 2f85518

Browse files
committed
Merge branch '2.5'
* 2.5: Wrapping create-project in strings on different versions See #4091 Put version into quotes, otherwise it fails Conflicts: book/installation.rst
2 parents 8f3a261 + e9e57ce commit 2f85518

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
@@ -24,7 +24,7 @@ git repository:
2424

2525
.. code-block:: bash
2626
27-
$ php composer.phar create-project symfony/framework-standard-edition path/ ~2.3
27+
$ php composer.phar create-project symfony/framework-standard-edition path/ '~2.3'
2828
2929
Composer will now download the Standard Distribution along with all of the
3030
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
@@ -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)