floriansemm / SolrBundle

Solr-Integration into Symfony and Doctrine2
http://floriansemm.github.io/SolrBundle
MIT License
123 stars 73 forks source link

Improves compatibility with Symfony 4 #176

Closed ghost closed 6 years ago

ghost commented 6 years ago

The PR to add support for Symfony 4 was merged a little bit quickly. This PR is a quick fix to improves the support.

ghost commented 6 years ago

After the revert of Symfony 4 support in master, I will re-add the needed part of the composer.json in this PR soon. The purpose is to provide a complete Symfony 4 support with this only PR.

ghost commented 6 years ago

Hi, thank you for merging.

FWI: At this time, if you need to use this bunde with Symfony 4, you may need to allow RC releases in your composer.json until solarium/solarium is released as stable v4. After the release, it's no more required.

"minimum-stability": "RC"