Skip to content
Merged

2.4.0 #165

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"minimum-stability": "dev",
"require": {
"drupal/entity_hierarchy": "^3.3",
"drupal/tablefield": "^2.2",
"drupal/tablefield": "^2.4 || ^3.0@beta",
"drupal/viewsreference": "^2.0",
"localgovdrupal/localgov_core": "^2.12",
"localgovdrupal/localgov_paragraphs": "^2.3"
Expand Down
2 changes: 1 addition & 1 deletion localgov_subsites.info.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: LocalGov Subsites
description: Provides subsite sections using page builder paragraph types for LocalGov Drupal.
core_version_requirement: ^9 || ^10
core_version_requirement: ^10 || ^11
type: module
package: LocalGov Drupal

Expand Down
2 changes: 1 addition & 1 deletion src/EventSubscriber/PageHeaderSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class PageHeaderSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
return [
PageHeaderDisplayEvent::EVENT_NAME => ['setPageHeader', 0],
];
Expand Down
Loading