Skip to content

Commit e7abedb

Browse files
Merge pull request #1 from wunderio/php8_compatibility
Replace fzaninotto/faker with fakerphp/faker, update other dependencies
2 parents deeba54 + d694450 commit e7abedb

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

composer.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "guncha25/drupal-codeception",
2+
"name": "wunderio/drupal-codeception",
33
"description": "Codeception toolset for Drupal testing.",
44
"type": "package",
55
"repositories": [
@@ -9,14 +9,14 @@
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.2",
13+
"codeception/module-webdriver": "^2.0",
14+
"webflo/drupal-finder": "^1.2",
15+
"fakerphp/faker": "^1.19"
1616
},
1717
"require-dev": {
18-
"composer/installers": "^1",
19-
"drupal/core": "^8"
18+
"composer/installers": "^2",
19+
"drupal/core": "^9"
2020
},
2121
"license": "GPL-2.0",
2222
"authors": [
@@ -30,5 +30,10 @@
3030
"psr-4": {
3131
"Codeception\\": "src/Codeception"
3232
}
33+
},
34+
"config": {
35+
"allow-plugins": {
36+
"composer/installers": true
37+
}
3338
}
3439
}

0 commit comments

Comments
 (0)