From 19af8b04148c138ae2d1745a51f6a533f769c5cf Mon Sep 17 00:00:00 2001 From: Kieran Date: Fri, 17 Dec 2021 15:41:38 +0000 Subject: [PATCH] Move doctrine/dbal to suggests (#900) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8f0193362e..1894b867d7 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,6 @@ "require": { "cboden/ratchet": "^0.4.1", "clue/redis-react": "^2.3", - "doctrine/dbal": "^2.9", "evenement/evenement": "^2.0|^3.0", "facade/ignition-contracts": "^1.0", "guzzlehttp/psr7": "^1.5|^2.0", @@ -53,7 +52,8 @@ "phpunit/phpunit": "^8.0|^9.0" }, "suggest": { - "ext-pcntl": "Running the server needs pcntl to listen to command signals and soft-shutdown." + "ext-pcntl": "Running the server needs pcntl to listen to command signals and soft-shutdown.", + "doctrine/dbal": "Required to run database migrations (^2.9|^3.0)." }, "autoload": { "psr-4": {