From 019b46e5b849ea780e066dafe5987d87e157c30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 4 Jun 2024 23:15:03 -0400 Subject: [PATCH] Add visitors module Ref #124 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index dd24f93..83d37f2 100644 --- a/composer.json +++ b/composer.json @@ -126,6 +126,7 @@ "drupal/twigsuggest": "^1", "drupal/urllogin": "^2", "drupal/view_unpublished": "^1.0", + "drupal/visitors": "^2.17", "drupal/webform": "^6.0", "drupal/weight": "^3.3", "drush/drush": "^10",