From 8906071daa61dbfd470a7de571664369ec761a4d Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Wed, 3 Jan 2024 09:13:42 +0100 Subject: [PATCH] Allow 2.0 and 3.0 for security_review --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fd8e173..ebcf615 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,7 @@ "drupal/reader": "^1.0@beta", "drupal/redirect": "^1.8", "drupal/redis": "^1.6", - "drupal/security_review": "^2.0", + "drupal/security_review": "^2.0||^3.0", "drupal/simple_sitemap": "^4.1", "drupal/smart_date": "^4.0||^4.1", "drupal/smtp": "^1.2", -- GitLab