From 32da973f9e8231231b056f48713bcc36bbd8fde4 Mon Sep 17 00:00:00 2001 From: Andy Broomfield Date: Thu, 24 Apr 2025 10:20:33 +0100 Subject: [PATCH] Unpin office hours Fix #232 Set the minimum version to 1.27 which addresses PHP 8.2 errors. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a19b21c..ea8ad53 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "drupal/fontawesome": "^3.0", "drupal/geolocation": "^3.1", "drupal/layout_paragraphs": "^2.0", - "drupal/office_hours": "1.23", + "drupal/office_hours": "^1.27", "drupal/paragraphs": "^1.13", "drupal/tablefield": "^3.0@beta", "drupal/viewsreference": "^2.0",