From 876b8cc88fa3e09b863ff4de1fba6071ab87d29b Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Sat, 23 Dec 2023 11:30:05 +0100
Subject: [PATCH] Allow 4.0 and 4.1 for smart_date module

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 8b01a45..fd8e173 100644
--- a/composer.json
+++ b/composer.json
@@ -76,7 +76,7 @@
         "drupal/redis": "^1.6",
         "drupal/security_review": "^2.0",
         "drupal/simple_sitemap": "^4.1",
-        "drupal/smart_date": "^4.0",
+        "drupal/smart_date": "^4.0||^4.1",
         "drupal/smtp": "^1.2",
         "drupal/sqrl": "^2.0",
         "drupal/stage_file_proxy": "^2.1",
-- 
GitLab