From ce41d30ce43cb8b4e9081f3bf5078f830cd28ff8 Mon Sep 17 00:00:00 2001 From: Stephen Cox Date: Thu, 12 Dec 2024 16:13:10 +0000 Subject: [PATCH] Update composer dependencies for Drupal 11 support --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index b53fbf5..ff8098c 100644 --- a/composer.json +++ b/composer.json @@ -6,14 +6,14 @@ "license": "GPL-2.0-or-later", "minimum-stability": "dev", "require": { - "drupal/core": "^10.2", - "drupal/facets": "^2.0.7", - "drupal/pathauto": "^1.6", - "drupal/search_api": "^1.29", - "drupal/search_api_autocomplete": "^1.3", + "drupal/core": "^10.2 || ^11.0", + "drupal/facets": "^2.0.8", + "drupal/pathauto": "^1.13", + "drupal/search_api": "^1.35", + "drupal/search_api_autocomplete": "^1.9", "drupal/search_api_location": "1.0.0-alpha4", - "localgovdrupal/localgov_core": "dev-fix/2.x/246-drupal-11-support", - "localgovdrupal/localgov_geo": "dev-feature/drupal-11-support" + "localgovdrupal/localgov_core": "dev-fix/2.x/246-drupal-11-support as 2.13.11", + "localgovdrupal/localgov_geo": "dev-feature/drupal-11-support as 2.0.9" }, "require-dev": { "localgovdrupal/localgov_services": "^2.1",