Skip to content

Commit

Permalink
Merge pull request #1 from albeorte96/feature/Drupal-10-compatibility
Browse files Browse the repository at this point in the history
Drupal 10 compatibility
  • Loading branch information
albeorte96 authored Feb 16, 2023
2 parents cd6c4ce + 507a41c commit 737292b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion behat.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ default:
tags: "~@wip"
extensions:
Drupal\MinkExtension:
goutte: ~
browserkit_http: ~
ajax_timeout: 10
browser_name: 'chrome'
selenium2:
Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 737292b

Please sign in to comment.