From 6422474d539decd5d25549a992cb84378fe3c6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 00:27:38 +0000 Subject: [PATCH] Updates: (deps): Update drupal/drupal-extension requirement Updates the requirements on [drupal/drupal-extension](https://github.com/jhedstrom/drupalextension) to permit the latest version. - [Release notes](https://github.com/jhedstrom/drupalextension/releases) - [Changelog](https://github.com/jhedstrom/drupalextension/blob/main/CHANGELOG.md) - [Commits](https://github.com/jhedstrom/drupalextension/compare/v5.0.0rc1...v5.0.0) --- updated-dependencies: - dependency-name: drupal/drupal-extension dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 208d8a7..11653d0 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "dmore/behat-chrome-extension": "^1.4", "drupal/coder": "8.3.22", "drupal/devel": "5.1.2", - "drupal/drupal-extension": "v5.0.0rc1", + "drupal/drupal-extension": "v5.0.0", "friends-of-behat/mink-debug-extension": "^2.1", "drush/drush": "^12", "kingdutch/cucumber-linter": "^0.1.0",