Skip to content

Commit

Permalink
Make install command version-neutral (#122)
Browse files Browse the repository at this point in the history
Removing Composer version in order to force it choose latest version. See #120 (comment)
  • Loading branch information
NDFA authored and greg0ire committed Aug 17, 2016
1 parent 23ccca2 commit e485d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/reference/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ following command to download the latest stable version of this bundle:

.. code-block:: bash
$ composer require sonata-project/translation-bundle "~1"
$ composer require sonata-project/translation-bundle
This command requires you to have Composer installed globally, as explained
in the `installation chapter`_ of the Composer documentation.
Expand Down

0 comments on commit e485d40

Please sign in to comment.