From 0cd08942b11b7e41aa17643321b511fd680bdf5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 17 Dec 2018 19:42:20 -0500 Subject: [PATCH] Add Region In Content Template module ... that i just made. Ref #110 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3f6434f..a59f7bc 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,8 @@ "drupal/allowed_formats": "^1.1", "drupal/textarea_widget_for_text": "^1.1", "drupal/customerror": "1.x-dev", - "drupal/http_client_error_status": "^1.0" + "drupal/http_client_error_status": "^1.0", + "drupal/regionincontent": "1.x-dev" }, "repositories": { "drupal": {