Skip to content

Commit

Permalink
Add warning for doctrine DBAL < 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Jul 11, 2024
1 parent 9149f11 commit f02479d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ composer config --no-plugins --json extra.symfony.endpoint '["https://api.github
composer require monsieurbiz/sylius-settings-plugin
```

<details>
<summary>⚠️ Warning: For Doctrine DBAL < 3.0</summary>
<p>
You have to ignore migration `Version20240710130300.php` if you are under Doctrine DBAL < 3.0.
```
console doctrine:migrations:version 'MonsieurBiz\SyliusSettingsPlugin\Migrations\Version20240710130300' --add
```
</p>
</details>

<details><summary>For the installation without flex, follow these additional steps</summary>
<p>

Expand Down

0 comments on commit f02479d

Please sign in to comment.