Skip to content

Commit

Permalink
Update composer dependencies for Drupal 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-cox committed Dec 12, 2024
1 parent 7819e62 commit ce41d30
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ce41d30

Please sign in to comment.