Skip to content

Commit 737292b

Browse files
authored
Merge pull request #1 from albeorte96/feature/Drupal-10-compatibility
Drupal 10 compatibility
2 parents cd6c4ce + 507a41c commit 737292b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

behat.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ default:
3232
tags: "~@wip"
3333
extensions:
3434
Drupal\MinkExtension:
35-
goutte: ~
35+
browserkit_http: ~
3636
ajax_timeout: 10
3737
browser_name: 'chrome'
3838
selenium2:

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
}
1717
],
1818
"require": {
19-
"drupal/drupal-extension": "^3.4 || ^4.0",
20-
"symfony/config": "^4.0 || ^5.0"
19+
"drupal/drupal-extension": "^5.0@alpha",
20+
"symfony/config": "^5.0 || ^6.0"
2121
},
2222
"require-dev": {
23-
"composer/installers": "^1.2",
24-
"drupal/chosen": "~2",
25-
"drupal/coffee": "~1",
26-
"drupal/core-composer-scaffold": "^8.8 || ~9",
27-
"drupal/core-dev": "^8.8 || ~9",
28-
"drupal/paragraphs": "~1",
29-
"drush/drush": "~10.0",
23+
"composer/installers": "^1.2 || ^2.0",
24+
"drupal/chosen": "^4.0@RC",
25+
"drupal/coffee": "^1.3",
26+
"drupal/core-composer-scaffold": "^9.0 || ^10.0",
27+
"drupal/core-dev": "^9.0 || ^10.0",
28+
"drupal/paragraphs": "^1.15",
29+
"drush/drush": "^10.0 || ^11.0",
3030
"ergebnis/composer-normalize": "^2.5",
3131
"harvesthq/chosen": "1.8.7",
32-
"openeuropa/task-runner": "^1.0.0-beta6",
33-
"phpro/grumphp-shim": "^0.19.0"
32+
"openeuropa/task-runner": "^2.0@alpha",
33+
"phpro/grumphp-shim": "^1.6"
3434
},
3535
"extra": {
3636
"drupal-scaffold": {

0 commit comments

Comments
 (0)