coopTilleuls / CoopTilleulsOvhBundle

OVH SDK integration in Symfony
http://les-tilleuls.coop
29 stars 6 forks source link

Symfony deprecations #13

Closed vjandrea closed 4 years ago

vjandrea commented 4 years ago

Running Symfony 4.4.8 I get two deprecations related to this package:

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 "coop_tilleuls_ovh" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.

Help wanted?