Skip to content

Commit d6f1d77

Browse files
authored
feat: drupal 11 support (#183)
* feat: drupal 11 support * feat: drupal 11 support * feat: drupal 11 support
1 parent 385e09f commit d6f1d77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "GPL-2.0-or-later",
77
"minimum-stability": "dev",
88
"require": {
9-
"drupal/core": "^10.2",
9+
"drupal/core": "^10.2 || ^11.0",
1010
"localgovdrupal/localgov_core": "^2.12"
1111
},
1212
"require-dev": {

localgov_guides.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: LocalGov Guides
22
description: Guides with overview, pages, and navigation.
33
type: module
44
package: LocalGov Drupal
5-
core_version_requirement: ^10.2
5+
core_version_requirement: ^10.2 || ^11
66

77
dependencies:
88
- localgov_core:localgov_core

0 commit comments

Comments
 (0)