Skip to content

Commit 5ff6b7a

Browse files
authored
feat: drupal 11 support (#208)
Upgrades fontawesome to recommended 3.x Allows upgrade of Tablefield to 3.x
1 parent c55caf1 commit 5ff6b7a

File tree

7 files changed

+9
-12
lines changed

7 files changed

+9
-12
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"drupal/entity_usage": "^2.0@beta",
1414
"drupal/field_formatter_class": "^1.4",
1515
"drupal/field_group": "^3.0",
16-
"drupal/fontawesome": "^2.18",
16+
"drupal/fontawesome": "^3.0",
1717
"drupal/geolocation": "^3.1",
1818
"drupal/layout_paragraphs": "^2.0",
1919
"drupal/office_hours": "^1.8",
2020
"drupal/paragraphs": "^1.13",
21-
"drupal/tablefield": "^2.3",
21+
"drupal/tablefield": "^2.4 || ^3.0@beta",
2222
"drupal/viewsreference": "^2.0",
2323
"localgovdrupal/localgov_core": "^2.12",
2424
"localgovdrupal/localgov_topics": "^1.0"
@@ -32,9 +32,6 @@
3232
"patches": {
3333
"drupal/geolocation": {
3434
"Fix schema #3138668": "https://www.drupal.org/files/issues/2021-01-27/geolocation-google-maps-schema-update-3138668-5.patch"
35-
},
36-
"drupal/tablefield": {
37-
"Fix PHP8.2 deprecation in Drupal tablefield, see https://www.drupal.org/project/tablefield/issues/3397688.": "https://www.drupal.org/files/issues/2023-12-21/tablefield-php8.2-deprecated-creation-of-dynamic-properties-3397688-9.patch"
3835
}
3936
}
4037
}

localgov_paragraphs.info.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: LocalGov Paragraphs
22
description: Provides core paragraph components for the LocalGov Drupal distribution.
33
package: LocalGov Drupal
44
type: module
5-
core_version_requirement: ^10.2
5+
core_version_requirement: ^10.2 || ^11
66

77
dependencies:
88
# Drupal
@@ -22,7 +22,7 @@ dependencies:
2222
- geolocation:geolocation_google_maps
2323
- geolocation:geolocation_leaflet
2424
- office_hours:office_hours
25-
- paragraphs:paragraphs (>=8.x-1.13)
25+
- paragraphs:paragraphs
2626
- paragraphs:paragraphs_library
2727
# LocalGovDrupal
2828
- localgov_core:localgov_media

modules/localgov_homepage_paragraphs/localgov_homepage_paragraphs.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type: module
22
name: LocalGov Drupal homepage paragraphs
33
description: Paragraph bundles used in the LocalGov Drupal homepage.
44
package: LocalGov Drupal
5-
core_version_requirement: ^9 || ^10
5+
core_version_requirement: ^10 || ^11
66
dependencies:
77
# Drupal core modules.
88
- drupal:link

modules/localgov_homepage_paragraphs/tests/modules/localgov_homepage_paragraphs_dummy_content_type/localgov_homepage_paragraphs_dummy_content_type.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type: module
22
name: Dummy homepage
33
description: A dummy Homepage content type.
44
package: LocalGovDrupal
5-
core_version_requirement: ^9 || ^10
5+
core_version_requirement: ^10 || ^11
66
dependencies:
77
# Core modules
88
- drupal:path

modules/localgov_paragraphs_layout/localgov_paragraphs_layout.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type: module
22
name: LocalGov Drupal layouts
33
description: Layouts used in the LocalGov Drupal page
44
package: LocalGov Drupal
5-
core_version_requirement: ^9 || ^10
5+
core_version_requirement: ^10 || ^11
66
dependencies:
77
- drupal:menu_ui
88
- layout_paragraphs:layout_paragraphs

modules/localgov_paragraphs_views/localgov_paragraphs_views.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type: module
22
name: LocalGov Drupal Paragraphs Views
33
description: Paragraphs referencing views
44
package: LocalGov Drupal
5-
core_version_requirement: ^9 || ^10
5+
core_version_requirement: ^10 || ^11
66
dependencies:
77
- viewsreference:viewsreference
88
- localgov_paragraphs:localgov_subsites_paragraphs

modules/localgov_subsites_paragraphs/localgov_subsites_paragraphs.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: LocalGov Subsites Paragraphs
22
description: Page builder paragraph types for use with LocalGov Subsites.
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)