Skip to content

Commit bae8043

Browse files
committed
Fixed the beta version constraints
1 parent a9fee2f commit bae8043

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/install/unstable_versions.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ command to update your project dependencies:
6060
$ composer update
6161
6262
If you prefer to test a Symfony beta version, replace the ``"2.7.*@dev"`` constraint
63-
by ``"2.7.*@beta1"`` (or any other beta number).
63+
by ``"2.7.0-beta1"`` to install a specific beta number or ``2.7.*@beta`` to get
64+
the most recent beta version.
6465

6566
.. tip::
6667

0 commit comments

Comments
 (0)