pluk77 / SymfonySphinxBundle

Symfony bundle which provides integration of Sphinx or Manticore search engine with Symfony using SphinxQL
Other
5 stars 5 forks source link

Fixed deprecations in Symfony 4.2 and highter #9

Closed StudioMaX closed 4 years ago

StudioMaX commented 4 years ago

A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.

The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "symfony_sphinx" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.