Skip to content

Commit

Permalink
#2318 Declare compatibility with Drupal 11 (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Hunt <git@huntdesign.co.nz>
  • Loading branch information
kayakr and Jonathan Hunt authored Aug 30, 2024
1 parent 96dfd66 commit e1c61b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controlled_access_terms.info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Controlled Access Terms'
type: module
description: 'Provides topic, geographic, person, family, and corporate body entites as well as an authorities link field.'
core_version_requirement: ^10.2
core_version_requirement: ^10.2 || ^11
package: 'Controlled Access Terms'

dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Controlled Access Terms Defaults'
description: 'Install content types for geographic location, corporate body, family, person and subject along with default form configuration and RDF mapping.'
type: module
core_version_requirement: ^9 || ^10
core_version_requirement: ^10 || ^11
dependencies:
- controlled_access_terms:controlled_access_terms
- drupal:content_translation
Expand Down

0 comments on commit e1c61b8

Please sign in to comment.