From d076a6fb7829c11d422105bf7695cf2e15ebab03 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 4 Aug 2024 16:12:42 +0100 Subject: [PATCH] Support Drupal 11 --- web/modules/custom/example/example.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/modules/custom/example/example.info.yml b/web/modules/custom/example/example.info.yml index 888947d..d951815 100644 --- a/web/modules/custom/example/example.info.yml +++ b/web/modules/custom/example/example.info.yml @@ -1,5 +1,5 @@ name: Example module description: TODO type: module -core_version_requirement: ^9||^10 +core_version_requirement: ^9 || ^10 || ^11 package: Example