diff --git a/composer.json b/composer.json index 38d2d10..8b4ef2b 100644 --- a/composer.json +++ b/composer.json @@ -12,21 +12,21 @@ ], "require": { "drupal/admin_toolbar": "^3.0", - "drupal/core": "^10.0 || ^11.0", - "drupal/gin": "^3.0 || ^4.0", + "drupal/core": "^10.0 || ~11.1.0", + "drupal/gin": "^3.0 || ^4.0 || ^5.0", "drupal/gin_login": "^2.0.3", - "drupal/gin_toolbar": "^1.0 || ^2.0", + "drupal/gin_toolbar": "^1.0 || ^2.0 || ^3.0", "drupal/entity_browser": "^2.9", "drupal/disable_html5_validation": "^2.0", "drupal/localgov_utilities": "^1.0@beta", "drupal/masquerade": "^2.0", "drupal/preview_link": "^2.1@alpha", - "drupal/redirect": "^1.10", + "drupal/redirect": "^1.12", "drupal/simple_media_bulk_upload": "^2.0", "drupal/simple_sitemap": "^4.1", "drush/drush": ">=10 || >=13", "localgovdrupal/localgov_alert_banner": "^1.2.0", - "localgovdrupal/localgov_base": "^1.3.1", + "localgovdrupal/localgov_base": "^1.3.1 || ^2.0.0", "localgovdrupal/localgov_content_lock": "^1.0.0", "localgovdrupal/localgov_core": "^2.12.0", "localgovdrupal/localgov_demo": "^3.0", @@ -76,7 +76,7 @@ }, "drupal/redirect": { "Create redirect from path alias change and workspaces https://www.drupal.org/project/redirect/issues/3431260": "https://www.drupal.org/files/issues/2024-03-18/3431260.patch", - "Validation issue on adding url redirect: https://www.drupal.org/project/redirect/issues/3057250": "https://www.drupal.org/files/issues/2024-08-11/redirect--2024-08-11--3057250-79.patch" + "Validation issue on adding url redirect: https://www.drupal.org/project/redirect/issues/3057250": "https://www.drupal.org/files/issues/2025-09-08/redirect--2025-09-08--3057250-110.patch" } } } diff --git a/tests/src/Functional/LocalGovUpdateTest.php b/tests/src/Functional/LocalGovUpdateTest.php index 97ff5d7..9908dc0 100644 --- a/tests/src/Functional/LocalGovUpdateTest.php +++ b/tests/src/Functional/LocalGovUpdateTest.php @@ -20,9 +20,15 @@ class LocalGovUpdateTest extends UpdatePathTestBase { // Missing schema: // - 'content.location.settings.reset_map.position'. // - 'content.location.settings.weight'. + 'core.entity_view_display.localgov_geo.address.default', + 'core.entity_view_display.localgov_geo.address.embed', + 'core.entity_view_display.localgov_geo.address.full', 'core.entity_view_display.localgov_geo.area.default', 'core.entity_view_display.localgov_geo.area.embed', 'core.entity_view_display.localgov_geo.area.full', + 'core.entity_view_display.geo_entity.address.default', + 'core.entity_view_display.geo_entity.address.embed', + 'core.entity_view_display.geo_entity.address.full', 'core.entity_view_display.geo_entity.area.default', 'core.entity_view_display.geo_entity.area.embed', 'core.entity_view_display.geo_entity.area.full', @@ -57,6 +63,8 @@ class LocalGovUpdateTest extends UpdatePathTestBase { // Incorrect schema: // - scheduled_transitions.settings:retain_processed.duration. 'scheduled_transitions.settings', + // Missing schema: + 'views.view.localgov_directory_channel', ]; /**