From bf9a7b7d1a477dc991c7284aeb32391f0349a98c Mon Sep 17 00:00:00 2001 From: Fureigh Date: Fri, 16 Mar 2018 02:21:34 -0700 Subject: [PATCH] Add the restrict_by_ip module This commit does not include configuration. https://github.com/18F/nsf/issues/139 --- composer.json | 1 + composer.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0cb20b9..6dcfabe 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,7 @@ "drupal/instagram_block": "^2.0", "drupal/media_entity": "^1.7", "drupal/pathauto": "^1.1", + "drupal/restrict_by_ip": "4.x-dev", "drupal/rules": "^3.0@alpha", "drupal/s3fs": "^3.0@alpha", "drupal/scheduler": "^1.0", diff --git a/composer.lock b/composer.lock index 9f1ad83..f558e42 100644 --- a/composer.lock +++ b/composer.lock @@ -7389,6 +7389,7 @@ "drupal/entity_embed": 10, "drupal/inline_entity_form": 10, "drupal/rules": 15, + "drupal/restrict_by_ip": 20, "drupal/s3fs": 15, "drupal/time_formatter": 20, "drupal/tour_ui": 15 @@ -7397,6 +7398,6 @@ "prefer-lowest": false, "platform": { "php": "^7.1.0" - }, +}, "platform-dev": [] }