From 8ecde31f0294de21302b6c108bad5c342309f8da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20K=C3=B6hler?= Date: Mon, 4 Jan 2021 14:28:20 +0100 Subject: [PATCH] Update composer require version number (as v2.4 contains a breaking change with CakePHP and PHP >= 7.2) --- Docs/Documentation/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Documentation/Installation.md b/Docs/Documentation/Installation.md index e975812e..e6ce4e38 100644 --- a/Docs/Documentation/Installation.md +++ b/Docs/Documentation/Installation.md @@ -42,5 +42,5 @@ Composer To install the plugin with the [Composer dependency manager](https://getcomposer.org/), run the following from your CakePHP project's ROOT directory (where the ``composer.json`` file is located): ``` -php composer.phar require cakedc/migrations "~2.4.0" +php composer.phar require cakedc/migrations "^2.6.0" ```