diff --git a/docs/en/reference/introduction.rst b/docs/en/reference/introduction.rst index 5102f64d78..58eba50eb1 100644 --- a/docs/en/reference/introduction.rst +++ b/docs/en/reference/introduction.rst @@ -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: