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