Skip to content
Snippets Groups Projects
Commit 28a77c35 authored by Markus Kalkbrenner's avatar Markus Kalkbrenner Committed by Markus Kalkbrenner
Browse files

Issue #3258640 by mkalkbrenner: Implement new AutocompleteBackendInterface

parent 3b55982d
Branches
Tags
No related merge requests found
......@@ -153,7 +153,7 @@ jobs:
matrix:
drupal: ['9.2', '9.3']
solr: ['4', '5', '6', '7', '8']
php: ['7.4', '8.0']
php: ['7.3', '7.4', '8.0']
experimental: [false]
include:
- drupal: '9.4'
......
......@@ -24,7 +24,7 @@
"ext-dom": "*",
"ext-json": "*",
"ext-simplexml": "*",
"drupal/search_api": "~1.22",
"drupal/search_api": "~1.23",
"composer/semver": "^1.0|^3.0",
"consolidation/annotated-command": "^2.12|^4.1",
"maennchen/zipstream-php": "^1.2|^2.0",
......@@ -42,7 +42,8 @@
},
"conflict": {
"drupal/acquia_search_solr": "<1.0.0-beta8",
"drupal/search_api_solr_multilingual": "<3.0.0"
"drupal/search_api_autocomplete": "<1.6.0",
"drupal/search_api_solr_multilingual": "<3.0.0",
},
"suggest": {
"drupal/facets": "Provides facetted search.",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment