From 3902cce0ac7525aa209e56f198d5059f4c42e09a Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Wed, 1 May 2024 14:41:48 -0300 Subject: [PATCH] Allow filehash 3 (#1016) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cb95bbc6..79d5ef5a 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",