From 35d73e79c4ff48f0bc4683e4ce67d6d19eb6e82e Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 31 Mar 2025 20:27:56 +0300 Subject: [PATCH] Removed `doctrine/dbal` from suggestion --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 47d743c6..2bbd60e8 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,6 @@ "dragon-code/laravel-migration-actions": "*" }, "suggest": { - "doctrine/dbal": "This package must be installed if you are using Laravel 10.", "dragon-code/laravel-data-dumper": "Required if you want to save the execution state using the `schema:dump` console command" }, "minimum-stability": "stable",