Skip to content

Commit

Permalink
Wrapping create-project in strings on different versions
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Aug 5, 2014
1 parent 01fb9f2 commit 780a519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Distribution:

.. code-block:: bash
$ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.3.*
$ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony '2.3.*'
.. tip::

Expand Down
2 changes: 1 addition & 1 deletion quick_tour/the_big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ directory:

.. code-block:: bash
$ composer create-project symfony/framework-standard-edition myproject/ ~2.4
$ composer create-project symfony/framework-standard-edition myproject/ '~2.4'
.. note::

Expand Down

0 comments on commit 780a519

Please sign in to comment.