From 4b6242b33ca28b1f74d1482bb1c8ca38bbe95aa7 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Mon, 15 Apr 2024 12:29:56 -0700 Subject: [PATCH] Add simple_sitemap module to composer requirements --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 9f8d32b..5fa1275 100644 --- a/composer.json +++ b/composer.json @@ -135,6 +135,7 @@ "drupal/seckit": "^2.0", "drupal/select_or_other": "^4.0", "drupal/shield": "^1.4", + "drupal/simple_sitemap": "^4.1", "drupal/smart_date": "^4.0", "drupal/sms": "^2.0", "drupal/social_post_facebook": "3.0.x-dev@dev",