diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index faa073c6..53fe8f2a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -85,7 +85,7 @@ jobs:
if: matrix.symfony != ''
run: |
composer global config --no-plugins allow-plugins.symfony/flex true
- composer global require --no-progress --no-scripts --no-plugins "symfony/flex:1.18.5"
+ composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^2.4"
composer config --no-plugins allow-plugins.symfony/thanks true
composer config extra.symfony.require "${{ matrix.symfony }}"
diff --git a/CONFLICTS.md b/CONFLICTS.md
new file mode 100644
index 00000000..06d5f13a
--- /dev/null
+++ b/CONFLICTS.md
@@ -0,0 +1,10 @@
+# CONFLICTS
+
+This document explains why certain conflicts were added to `composer.json` and
+references related issues.
+
+- `behat/mink-selenium2-driver:>=1.7.0`:
+
+ This version adds strict type to the `Behat\Mink\Driver\Selenium2Driver::visit($url)` method
+ which causes a fatal error because the method signature is no longer compatible with the parent class:
+ `PHP Fatal error: Declaration of Behat\Mink\Driver\Selenium2Driver::visit(string $url) must be compatible with Behat\Mink\Driver\CoreDriver::visit($url) in /home/runner/work/Sylius-Standard/Sylius-Standard/vendor/behat/mink-selenium2-driver/src/Selenium2Driver.php on line 401`
diff --git a/README.md b/README.md
index fe5385fd..af85d5eb 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@