Skip to content

Commit

Permalink
Merge pull request #4 from creative-commoners/pulls/master/php82
Browse files Browse the repository at this point in the history
ENH PHP 8.2 compatibility
  • Loading branch information
GuySartorelli authored Jan 25, 2023
2 parents eb96079 + 8749a0c commit f29b56a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apache/Solr/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"phpunit/phpunit": "9.5"
},
"replace": {
"ptcinc/solr-php-client": "^1.0"
"ptcinc/solr-php-client": "^1"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit f29b56a

Please sign in to comment.