Skip to content

Commit

Permalink
Lock solarium Version to 5.x
Browse files Browse the repository at this point in the history
yii2-solr does not work with the current solarium version (which is 6.x). Probably 5.1 will work.
  • Loading branch information
B0rner authored Aug 7, 2020
1 parent 225380d commit 5f98d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
}
],
"require": {
"solarium/solarium": "*"
"solarium/solarium": "~5.0"
},
"autoload": {
"psr-4": { "sammaye\\solr\\": "" }
}
}
}

0 comments on commit 5f98d5b

Please sign in to comment.