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: diff --git a/composer.json b/composer.json index 7ad0c41..e483d03 100644 --- a/composer.json +++ b/composer.json @@ -16,21 +16,21 @@ } ], "require": { - "drupal/drupal-extension": "^3.4 || ^4.0", - "symfony/config": "^4.0 || ^5.0" + "drupal/drupal-extension": "^5.0@alpha", + "symfony/config": "^5.0 || ^6.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", - "drush/drush": "~10.0", + "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 || ^11.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": {