webfactory / piwik-bundle

Symfony Bundle with twig-function for the Matomo (fka Piwik) tracking code
MIT License
39 stars 16 forks source link

Deprecation in Symfony 4.3 #21

Closed TomaszGasior closed 4 years ago

TomaszGasior commented 5 years ago

After update to sf 4.3 I have this deprecation message in tests and profiler:

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

mpdude commented 5 years ago

What’s the best way of gracefully handling this for both Symfony <4.3 and/or above?

TomaszGasior commented 5 years ago

You may want to go to https://symfony-devs.slack.com to ask question.