8000 Wrapping create-project in strings on different versions · symfony/symfony-docs@780a519 · GitHub
[go: up one dir, main page]

Skip to content

Commit 780a519

Browse files
committed
Wrapping create-project in strings on different versions
1 parent 01fb9f2 commit 780a519

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Distribution:
5757

5858
.. code-block:: bash
5959
60-
$ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.3.*
60+
$ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony '2.3.*'
6161
6262
.. tip::
6363

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.4
21+
$ composer create-project symfony/framework-standard-edition myproject/ '~2.4'
2222
2323
.. note::
2424

0 commit comments

Comments
 (0)
0