From 2d8a2f022905aeede44287516052c78e76d4a649 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c83d5ebc..61bff1e6 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,17 @@ 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