Skip to content

Commit

Permalink
Merge pull request #147 from pantheon-systems/d10-compatibility
Browse files Browse the repository at this point in the history
Drupal 10 compatibility fixes
  • Loading branch information
stovak authored Nov 17, 2022
2 parents fc06ea7 + 6bd1b64 commit fd4d6da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Search API Pantheon version 8.0 (for solr 8 & Drupal 8/9)
# Search API Pantheon version 8.0 (for solr 8 & Drupal 8/9/10)

[![Search API Pantheon](https://github.com/pantheon-systems/search_api_pantheon/actions/workflows/ci.yml/badge.svg?branch=8.x)](https://github.com/pantheon-systems/search_api_pantheon/actions/workflows/ci.yml)
[![Limited Availability](https://img.shields.io/badge/Pantheon-Limited_Availability-yellow?logo=pantheon&color=FFDC28)](https://pantheon.io/docs/oss-support-levels#limited-availability)
Expand All @@ -10,7 +10,7 @@

This module is for you if you meet the following requirements:

* Using Drupal 8.8/9.2+
* Using Drupal 8.8/9.2/10

* Hosting the Drupal site on Pantheon's platform

Expand Down Expand Up @@ -233,4 +233,4 @@ with the concept usage in a Solr context:


* `drush search-api-pantheon:force-cleanup` (`sapfc`) This command will delete all of the contents for the given
Solr server (no matter if hash or index_id have changed).
Solr server (no matter if hash or index_id have changed).
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@
"ext-json": "*",
"ext-zip": "*",
"drupal/search_api_solr": "^4.2",
"guzzlehttp/guzzle": "^6.5.2",
"guzzlehttp/guzzle": "^6.5.2|^7.4",
"http-interop/http-factory-guzzle": "^1.0",
"kint-php/kint": "^4.1",
"php-http/guzzle6-adapter": "^2.0",
"psr/event-dispatcher": "^1.0",
"symfony/finder": "^4|^5"
},
Expand Down
2 changes: 1 addition & 1 deletion search_api_pantheon.info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Search API Pantheon
type: module
description: Search API + Solr + Pantheon integration
core_version_requirement: ^8.8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10
package: Search
dependencies:
- search_api_solr:search_api_solr
1 change: 1 addition & 0 deletions tests/Unit/GuzzleClassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use GuzzleHttp\Psr7\Response;
use GuzzleHttp\Psr7\Request;
use GuzzleHttp\Exception\RequestException;
use Psr\Log\LoggerInterface;

/**
* Guzzle Class Test.
Expand Down

0 comments on commit fd4d6da

Please sign in to comment.