From 31b58fb8e29008d19feed7633f72c65f188913e0 Mon Sep 17 00:00:00 2001 From: Daniel Rodriguez <danrod@gmail.com> Date: Thu, 17 Apr 2025 08:43:53 -0400 Subject: [PATCH] Issue # 3519689: Fixes to support older Drupal releases --- composer.json | 7 ++++--- composer.libraries.json | 4 ++-- timepicker.info.yml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 7dddb0e..4078ea6 100644 --- a/composer.json +++ b/composer.json @@ -8,12 +8,12 @@ { "name": "Ivan Tibezh (tibezh)", "homepage": "https://www.drupal.org/u/tibezh", - "role": "Maintainer" + "role": "Former Maintainer" }, { "name": "Lilian Catanoi (liliancatanoi90)", "homepage": "https://www.drupal.org/u/liliancatanoi90", - "role": "Maintainer" + "role": "Former Maintainer" }, { "name": "Daniel Rodriguez (danrod)", @@ -27,7 +27,8 @@ }, "require": { "drupal/jquery_ui": "^1.4", - "drupal/libraries": "^4.0" + "drupal/libraries": "^4.0", + "drupal/core": "^8 || 9.3 || ^10.2" }, "minimum-stability": "dev" } \ No newline at end of file diff --git a/composer.libraries.json b/composer.libraries.json index 7fed2f3..b1e04a0 100644 --- a/composer.libraries.json +++ b/composer.libraries.json @@ -8,12 +8,12 @@ { "name": "Ivan Tibezh (tibezh)", "homepage": "https://www.drupal.org/u/tibezh", - "role": "Maintainer" + "role": "Former Maintainer" }, { "name": "Lilian Catanoi (liliancatanoi90)", "homepage": "https://www.drupal.org/u/liliancatanoi90", - "role": "Maintainer" + "role": "Former Maintainer" }, { "name": "Daniel Rodriguez (danrod)", diff --git a/timepicker.info.yml b/timepicker.info.yml index 81afe7b..ff3e375 100644 --- a/timepicker.info.yml +++ b/timepicker.info.yml @@ -3,7 +3,7 @@ description: Provides additional settings for the DateTime Core widget to use jQ package: Date type: module -core_version_requirement: ^8 || ^9 +core_version_requirement: ^8 || ^9 || ^10.2 dependencies: - drupal:datetime - jquery_ui:jquery_ui -- GitLab