diff --git a/composer.json b/composer.json index 001a5cc..28e1cad 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "guncha25/drupal-codeception", + "name": "wunderio/drupal-codeception", "description": "Codeception toolset for Drupal testing.", "type": "package", "repositories": [ @@ -9,14 +9,14 @@ } ], "require": { - "codeception/codeception": "^4.0", - "fzaninotto/faker": "^1.8", - "codeception/module-webdriver": "^1.1", - "webflo/drupal-finder": "^1.2" + "codeception/codeception": "^4.2", + "codeception/module-webdriver": "^2.0", + "webflo/drupal-finder": "^1.2", + "fakerphp/faker": "^1.19" }, "require-dev": { - "composer/installers": "^1", - "drupal/core": "^8" + "composer/installers": "^2", + "drupal/core": "^9" }, "license": "GPL-2.0", "authors": [ @@ -30,5 +30,10 @@ "psr-4": { "Codeception\\": "src/Codeception" } + }, + "config": { + "allow-plugins": { + "composer/installers": true + } } }