From 17bc225af94a9e6bdbac8a12ab523a26603b2a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 18 Nov 2018 17:41:35 -0500 Subject: [PATCH] Add custom error module (drupal 8 is only in dev) ... i'm a maintainer, though... --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7d1e7a5..fd2d694 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,8 @@ "drupal/ui_patterns": "^1.0@RC", "drupal/viewsreference": "^1.2", "drupal/allowed_formats": "^1.1", - "drupal/textarea_widget_for_text": "^1.1" + "drupal/textarea_widget_for_text": "^1.1", + "drupal/customerror": "1.x-dev" }, "repositories": { "drupal": {