Skip to content

Commit 6408d75

Browse files
committed
feat(drupal): allow drupal 10
1 parent deeba54 commit 6408d75

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

composer.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
}
1010
],
1111
"require": {
12-
"codeception/codeception": "^4.0",
13-
"fzaninotto/faker": "^1.8",
14-
"codeception/module-webdriver": "^1.1",
15-
"webflo/drupal-finder": "^1.2"
12+
"codeception/codeception": "^4.0 || ^5.0",
13+
"codeception/module-webdriver": "*",
14+
"webflo/drupal-finder": "*"
1615
},
1716
"require-dev": {
18-
"composer/installers": "^1",
19-
"drupal/core": "^8"
17+
"composer/installers": "*",
18+
"drupal/core": "^8 || ^9 || ^10"
2019
},
2120
"license": "GPL-2.0",
2221
"authors": [
@@ -30,5 +29,10 @@
3029
"psr-4": {
3130
"Codeception\\": "src/Codeception"
3231
}
32+
},
33+
"config": {
34+
"allow-plugins": {
35+
"composer/installers": true
36+
}
3337
}
3438
}

0 commit comments

Comments
 (0)