diff --git a/composer.json b/composer.json index 9612f73..8588839 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "drupal-module", "require": { "ycloudyusa/yusaopeny": "*", - "drupal/ctools": ">=3.13" + "drupal/ctools": "*" }, "license": "GPL-2.0+", "minimum-stability": "dev" diff --git a/openy_node_alert.info.yml b/openy_node_alert.info.yml index 301f64e..4a03b8c 100644 --- a/openy_node_alert.info.yml +++ b/openy_node_alert.info.yml @@ -1,9 +1,9 @@ name: 'Open Y Node Alert' description: 'Provides an Alert content type and related configuration.' type: module -core_version_requirement: ^8 || ^9 || ^10 +core_version_requirement: ^10 || ^11 package: 'YMCA Website Services' -version: 2.0.0 +version: 3.0.0 dependencies: - 'draggableviews:draggableviews' - 'drupal:block'