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 4c24a4d
Showing 1 changed file with 4 additions and 1 deletion.
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

0 comments on commit 4c24a4d

Please sign in to comment.