From f3312c78a33b3b5141dbfe9b9bfd79be1b0a7f10 Mon Sep 17 00:00:00 2001 From: Melinda Morvai Date: Tue, 6 Aug 2024 16:21:32 +0200 Subject: [PATCH] Remove conflicting packages from drupal-qa These conflicts can and has to be removed as the reason why they were introduced ceased and these versions are not compatible with D10.3 causing our PHPUnit tests to fail. See https://project.pronovix.net/issues/26145 and https://github.com/minkphp/MinkBrowserKitDriver/issues/180. Change-Id: I0bc561cc2805d78ff9070cc6305ae7d4452bc0ff Issue-Link: https://project.pronovix.net/issues/28360 --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index bd8b531..7c726a0 100644 --- a/composer.json +++ b/composer.json @@ -45,11 +45,6 @@ "Pronovix\\DrupalQa\\Tests\\": "tests/src" } }, - "conflict": { - "behat/mink": ">=v1.11.0", - "behat/mink-browserkit-driver": ">=v2.2.0", - "behat/mink-selenium2-driver": ">=v1.7.0" - }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true,