From c83c27302fd5e09305c997576ecae80086706bce Mon Sep 17 00:00:00 2001 From: dannylamb Date: Thu, 13 Feb 2020 15:45:34 -0400 Subject: [PATCH] Adds suggestion for drupal/transliterate_filenames (#761) --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index b0ebbf3b..473330e4 100644 --- a/composer.json +++ b/composer.json @@ -36,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": [ {