From 549828affa22c3e4fc5d44975a7d2e7875db06f1 Mon Sep 17 00:00:00 2001 From: Paul Pound Date: Tue, 7 Jan 2025 10:59:45 -0400 Subject: [PATCH] added filehash 3 to composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7639c05..8e901bc 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,6 @@ "type": "drupal-module", "license": "GPL-2.0-or-later", "require": { - "drupal/filehash": "^2.0" + "drupal/filehash": "^2 || ^3" } }