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