We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fee2f commit bae8043Copy full SHA for bae8043
cookbook/install/unstable_versions.rst
@@ -60,7 +60,8 @@ command to update your project dependencies:
60
$ composer update
61
62
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).
+by ``"2.7.0-beta1"`` to install a specific beta number or ``2.7.*@beta`` to get
64
+the most recent beta version.
65
66
.. tip::
67
0 commit comments