Skip to content

Commit 54abe12

Browse files
authored
feat: drupal 11 support (#164)
Accepting PHP 8.4 failure cause by contrib implicit nullable arguments. Next release should have a note that this now _allows_ upgrading of tablefield to the next major (3.0)
1 parent 3ce612d commit 54abe12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"minimum-stability": "dev",
88
"require": {
99
"drupal/entity_hierarchy": "^3.3",
10-
"drupal/tablefield": "^2.2",
10+
"drupal/tablefield": "^2.4 || ^3.0@beta",
1111
"drupal/viewsreference": "^2.0",
1212
"localgovdrupal/localgov_core": "^2.12",
1313
"localgovdrupal/localgov_paragraphs": "^2.3"

localgov_subsites.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: LocalGov Subsites
22
description: Provides subsite sections using page builder paragraph types for LocalGov Drupal.
3-
core_version_requirement: ^9 || ^10
3+
core_version_requirement: ^10 || ^11
44
type: module
55
package: LocalGov Drupal
66

0 commit comments

Comments
 (0)