We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deeba54 commit 6408d75Copy full SHA for 6408d75
composer.json
@@ -9,14 +9,13 @@
9
}
10
],
11
"require": {
12
- "codeception/codeception": "^4.0",
13
- "fzaninotto/faker": "^1.8",
14
- "codeception/module-webdriver": "^1.1",
15
- "webflo/drupal-finder": "^1.2"
+ "codeception/codeception": "^4.0 || ^5.0",
+ "codeception/module-webdriver": "*",
+ "webflo/drupal-finder": "*"
16
},
17
"require-dev": {
18
- "composer/installers": "^1",
19
- "drupal/core": "^8"
+ "composer/installers": "*",
+ "drupal/core": "^8 || ^9 || ^10"
20
21
"license": "GPL-2.0",
22
"authors": [
@@ -30,5 +29,10 @@
30
29
"psr-4": {
31
"Codeception\\": "src/Codeception"
32
+ },
33
+ "config": {
34
+ "allow-plugins": {
35
+ "composer/installers": true
36
+ }
37
38
0 commit comments