From cfddda56a276eb64e7b0c822736abb4d4372326d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:42:07 +0000 Subject: [PATCH] Bump weitzman/drupal-test-traits from 2.3.1 to 2.4.0 Bumps weitzman/drupal-test-traits from 2.3.1 to 2.4.0. --- updated-dependencies: - dependency-name: weitzman/drupal-test-traits dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 57d804bfb4..1bf065c554 100644 --- a/composer.lock +++ b/composer.lock @@ -26799,18 +26799,26 @@ }, { "name": "weitzman/drupal-test-traits", - "version": "2.3.1", + "version": "2.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dtt.git", - "reference": "5e3df23c93f4f3e4f34fd7677df10bc06616f4ce" + "reference": "d985fae238c6e3f6efa3f4142be6a4380b2a7a9e" + }, + "dist": { + "type": "zip", + "url": "https://git.drupalcode.org/api/v4/projects/project%2Fdtt/repository/archive.zip?sha=d985fae238c6e3f6efa3f4142be6a4380b2a7a9e", + "reference": "d985fae238c6e3f6efa3f4142be6a4380b2a7a9e", + "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { - "drush/drush": "^12.5", - "phpspec/prophecy-phpunit": "^2" + "drupal/mailsystem": "^4", + "drush/drush": "^12.5 || ^13", + "phpspec/prophecy-phpunit": "^2", + "webflo/drupal-finder": "^1.3.1" }, "type": "library", "extra": { @@ -26846,7 +26854,10 @@ } ], "description": "Traits for testing Drupal sites that have user content (versus unpopulated sites).", - "time": "2024-08-10T19:01:22+00:00" + "support": { + "source": "https://git.drupalcode.org/project/dtt/-/tree/2.4.0" + }, + "time": "2024-09-28T20:04:24+00:00" }, { "name": "willdurand/geocoder",