From 5826c0ac5938e688ec58fcd69c304a31dbe1d997 Mon Sep 17 00:00:00 2001 From: dannylamb Date: Thu, 13 Feb 2020 14:38:09 -0400 Subject: [PATCH] Update composer.json --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2ee53453..473330e4 100644 --- a/composer.json +++ b/composer.json @@ -28,8 +28,7 @@ "drupal/migrate_source_csv" : "^2.1", "drupal/token" : "^1.3", "drupal/flysystem" : "^1.0", - "islandora/crayfish-commons": "dev-dev", - "drupal/transliterate_filenames": "^1.3" + "islandora/crayfish-commons": "dev-dev" }, "require-dev": { "phpunit/phpunit": "^6", @@ -37,6 +36,9 @@ "drupal/coder": "*", "sebastian/phpcpd": "*" }, + "suggest": { + "drupal/transliterate_filenames": "Sanitizes filenames when they are uploaded so they don't break your repository." + }, "license": "GPL-2.0+", "authors": [ {