From 8749a0c322384eee107580c30d686df41bd52529 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 20 Jan 2023 13:19:34 +1300 Subject: [PATCH] ENH PHP 8.2 compatibility --- Apache/Solr/Service.php | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Apache/Solr/Service.php b/Apache/Solr/Service.php index 8da786c..d97521c 100644 --- a/Apache/Solr/Service.php +++ b/Apache/Solr/Service.php @@ -164,7 +164,7 @@ class Apache_Solr_Service * * @var string */ - protected $_pingUrl, $_updateUrl, $_searchUrl, $_systemUrl, $_threadsUrl; + protected $_pingUrl, $_updateUrl, $_searchUrl, $_systemUrl, $_threadsUrl, $_extractUrl; /** * Keep track of whether our URLs have been constructed diff --git a/composer.json b/composer.json index 960c23b..bad5c04 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "phpunit/phpunit": "9.5" }, "replace": { - "ptcinc/solr-php-client": "^1.0" + "ptcinc/solr-php-client": "^1" }, "autoload": { "psr-0": {