From f02479d4ae65adbf47b5cb892896533169085172 Mon Sep 17 00:00:00 2001 From: Maxime Huran Date: Thu, 11 Jul 2024 10:21:20 +0200 Subject: [PATCH] Add warning for doctrine DBAL < 3.0 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c83d5ebc..8b666b24 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,16 @@ composer config --no-plugins --json extra.symfony.endpoint '["https://api.github composer require monsieurbiz/sylius-settings-plugin ``` +
+⚠️ Warning: For Doctrine DBAL < 3.0 +

+You have to ignore migration `Version20240710130300.php` if you are under Doctrine DBAL < 3.0. +``` +console doctrine:migrations:version 'MonsieurBiz\SyliusSettingsPlugin\Migrations\Version20240710130300' --add +``` +

+
+
For the installation without flex, follow these additional steps