Skip to content

Commit

Permalink
Merge pull request #1032 from PowerKiKi/patch-2
Browse files Browse the repository at this point in the history
Let composer decide the best version
  • Loading branch information
goetas committed Jul 4, 2020
2 parents 4543168 + 59b2525 commit 100e85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/introduction.rst
Expand Up @@ -26,7 +26,7 @@ Now to install with Composer it is as simple as running the following command in

.. code-block:: sh
composer require "doctrine/migrations:^2.0"
composer require "doctrine/migrations"
Now you will have a file in ``vendor/bin`` available to run the migrations console application:

Expand Down

0 comments on commit 100e85a

Please sign in to comment.