From b9116badf5c1ef6ce2ca1d26a375fc229dbc4aea Mon Sep 17 00:00:00 2001 From: Alberto Ortega Date: Mon, 13 Feb 2023 18:54:19 +0100 Subject: [PATCH 1/4] Issue #61: Support packages with Drupal 10 compatibility --- composer.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 7ad0c41..aeff4cc 100644 --- a/composer.json +++ b/composer.json @@ -16,21 +16,21 @@ } ], "require": { - "drupal/drupal-extension": "^3.4 || ^4.0", + "drupal/drupal-extension": "^5.0@alpha", "symfony/config": "^4.0 || ^5.0" }, "require-dev": { - "composer/installers": "^1.2", - "drupal/chosen": "~2", - "drupal/coffee": "~1", - "drupal/core-composer-scaffold": "^8.8 || ~9", - "drupal/core-dev": "^8.8 || ~9", - "drupal/paragraphs": "~1", + "composer/installers": "^1.2 || ^2.0", + "drupal/chosen": "^4.0@RC", + "drupal/coffee": "^1.3", + "drupal/core-composer-scaffold": "^9.0 || ^10.0", + "drupal/core-dev": "^9.0 || ^10.0", + "drupal/paragraphs": "^1.15", "drush/drush": "~10.0", "ergebnis/composer-normalize": "^2.5", "harvesthq/chosen": "1.8.7", - "openeuropa/task-runner": "^1.0.0-beta6", - "phpro/grumphp-shim": "^0.19.0" + "openeuropa/task-runner": "^2.0@alpha", + "phpro/grumphp-shim": "^1.6" }, "extra": { "drupal-scaffold": { From 24bc9b022b0850e487fe46c204e7a882a5f8484b Mon Sep 17 00:00:00 2001 From: Alberto Ortega Date: Wed, 15 Feb 2023 10:23:00 +0100 Subject: [PATCH 2/4] Issue #61: Update drush/drush to use v10 or v11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aeff4cc..d152a0c 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "drupal/core-composer-scaffold": "^9.0 || ^10.0", "drupal/core-dev": "^9.0 || ^10.0", "drupal/paragraphs": "^1.15", - "drush/drush": "~10.0", + "drush/drush": "^10.0 || ^11.0", "ergebnis/composer-normalize": "^2.5", "harvesthq/chosen": "1.8.7", "openeuropa/task-runner": "^2.0@alpha", From 5413c10e149f41f24b2325538c04459732779514 Mon Sep 17 00:00:00 2001 From: Alberto Ortega Date: Wed, 15 Feb 2023 12:15:40 +0100 Subject: [PATCH 3/4] Issue #61: Update symfony/config to be compatible with D10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d152a0c..e483d03 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "drupal/drupal-extension": "^5.0@alpha", - "symfony/config": "^4.0 || ^5.0" + "symfony/config": "^5.0 || ^6.0" }, "require-dev": { "composer/installers": "^1.2 || ^2.0", From 507a41cecc9b9ef29e5c4b5f732ad5ae10e58635 Mon Sep 17 00:00:00 2001 From: Alberto Ortega Date: Thu, 16 Feb 2023 11:15:38 +0100 Subject: [PATCH 4/4] Issue #61: Don't use Goutte with Drupal Extension v5.0.0alpha1 As of Drupal Extension version v5.0.0alpha1, Goutte is no longer used and is replaced by Browserkit. https://github.com/jhedstrom/drupalextension/commit/2ab66a7eae53ae4e1e5824edaa72e98039b084db --- behat.yml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/behat.yml.dist b/behat.yml.dist index 3ac91d0..16eff20 100644 --- a/behat.yml.dist +++ b/behat.yml.dist @@ -32,7 +32,7 @@ default: tags: "~@wip" extensions: Drupal\MinkExtension: - goutte: ~ + browserkit_http: ~ ajax_timeout: 10 browser_name: 'chrome' selenium2: