From 3b709120ac0ec5e3035b9cafd971c842eabbaaf1 Mon Sep 17 00:00:00 2001 From: bnjmnm <ben.mullins@acquia.com> Date: Fri, 13 Mar 2020 08:42:51 -0400 Subject: [PATCH] Replace core with core_version_requirement and include Drupal 9 in the available versions --- jquery_ui_button.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery_ui_button.info.yml b/jquery_ui_button.info.yml index 7772bf3..72eb184 100644 --- a/jquery_ui_button.info.yml +++ b/jquery_ui_button.info.yml @@ -2,7 +2,7 @@ name: jQuery UI Button type: module description: 'Provides jQuery UI Button library.' package: jQuery UI -core: 8.x +core_version_requirement: ^8 || ^9 dependencies: - jquery_ui:jquery_ui - jquery_ui_controlgroup:jquery_ui_controlgroup -- GitLab