Skip to content

Commit

Permalink
[#3252] Simplifying version constraint by using a wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Dec 3, 2013
1 parent 2812e68 commit e15226e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,7 @@ Distribution:

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

For an exact version, replace "2.3.7" with the latest Symfony version.
For details, see the `Symfony Installation Page`_
$ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.3.*
.. tip::

Expand Down

0 comments on commit e15226e

Please sign in to comment.