diff --git a/composer.json b/composer.json index b7cfdff..6b42197 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ } ], "require": { - "solarium/solarium": "*" + "solarium/solarium": "~5.0" }, "autoload": { "psr-4": { "sammaye\\solr\\": "" } } -} \ No newline at end of file +}