Skip to content

Commit

Permalink
FIX Solr communication error
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jul 19, 2022
1 parent 46ec60a commit deeec14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
"php": "^7.3 || ^8.0",
"silverstripe/framework": "^4.10",
"cwp/cwp": "^2",
"silverstripe/fulltextsearch": "^3"
"silverstripe/fulltextsearch": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3"
},
"conflict": {
"silverstripe/auditor": "<2.2.1"
},
"autoload": {
"psr-4": {
"CWP\\Search\\": "src/",
Expand Down
1 change: 0 additions & 1 deletion src/Solr/CwpSolr.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public static function configure()

// get options from configuration
$options = static::config()->get('options');

// get version specific options
switch ($options['version']) {
case 'cwp-4':
Expand Down

0 comments on commit deeec14

Please sign in to comment.