Limenius / ReactBundle

Client and Server-side React.js rendering in a Symfony Bundle
MIT License
390 stars 53 forks source link

The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "limenius_react" configuration is deprecated #42

Closed 4string closed 4 years ago

4string commented 4 years ago

Trying to move to Symfony 5.0. Symfony 4.4 gives deprecation warnings:

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

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

Thank you!

nacmartin commented 4 years ago

there are new versions v5.0.* compatible with sf5 now.