Skip to content

Commit e15226e

Browse files
committed
[#3252] Simplifying version constraint by using a wildcard
1 parent 2812e68 commit e15226e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

book/installation.rst

+1-6
Original file line numberDiff line numberDiff line change
@@ -57,12 +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.7
61-
62-
.. tip::
63-
64-
For an exact version, replace "2.3.7" with the latest Symfony version.
65-
For details, see the `Symfony Installation Page`_
60+
$ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.3.*
6661
6762
.. tip::
6863

0 commit comments

Comments
 (0)