From f7bd233c3f0774b3462eadfb4d180ca50feff907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 18 Nov 2018 19:07:26 -0500 Subject: [PATCH] Add HTTP Client error status (for block visibility) module --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fd2d694..0c3924d 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,8 @@ "drupal/viewsreference": "^1.2", "drupal/allowed_formats": "^1.1", "drupal/textarea_widget_for_text": "^1.1", - "drupal/customerror": "1.x-dev" + "drupal/customerror": "1.x-dev", + "drupal/http_client_error_status": "^1.0" }, "repositories": { "drupal": {