Skip to content

Commit 90aff8e

Browse files
committed
Merge pull request #297 from JHGitty/patch-2
Use caret operator for composer version
2 parents a9d11f7 + 54cb3cf commit 90aff8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ following command to download the latest stable version of this bundle:
1414

1515
.. code-block:: bash
1616
17-
$ composer require knplabs/knp-menu-bundle "~2"
17+
$ composer require knplabs/knp-menu-bundle "^2.0"
1818
1919
This command requires you to have Composer installed globally, as explained
2020
in the `installation chapter`_ of the Composer documentation.

0 commit comments

Comments
 (0)