From a3d43f7886adf8d80bd7e269df08084a0cf4b616 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 30 Sep 2019 11:35:41 +0200 Subject: [PATCH] Fix the installation instruction We should not recommend an exact match on 2.0 --- docs/en/reference/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/introduction.rst b/docs/en/reference/introduction.rst index 96b67ed9c3..5102f64d78 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:^2.0" Now you will have a file in ``vendor/bin`` available to run the migrations console application: