From fb18163d9deaf6ea5dc1df6147312c676cdaee71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sun, 6 Mar 2022 00:39:32 -0500 Subject: [PATCH] Update several modules to new 2.x branches supporting Drupal 9 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3c1128e..ac35cfd 100644 --- a/composer.json +++ b/composer.json @@ -66,9 +66,9 @@ "drupal/footnotes": "2.x-dev", "drupal/geolocation": "^3.2", "drupal/google_analytics": "^2.3", - "drupal/hotjar": "^1.5", - "drupal/http_cache_control": "^1.0", - "drupal/http_client_error_status": "^1.0", + "drupal/hotjar": "^2", + "drupal/http_cache_control": "^2", + "drupal/http_client_error_status": "^2", "drupal/indieweb": "^1.12", "drupal/insert": "^1.0", "drupal/key": "^1.14",