From ee35deeaa9d73e5ef0aa265c367ee5ff061a7228 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Mon, 29 Apr 2024 11:15:43 -0300 Subject: [PATCH] Allow filehash 3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cb95bbc6e..79d5ef5a4 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "drupal/ctools": "^3.8 || ^4", "drupal/eva" : "^3.0", "drupal/file_replace": "^1.1", - "drupal/filehash": "^2", + "drupal/filehash": "^2 || ^3", "drupal/flysystem" : "^2.0@alpha", "drupal/jwt": "^1.1 || ^2", "drupal/migrate_plus" : "^5.1 || ^6",