danielantelo / AddressableBundle

Symfony2 bundle which facilitates making entities addressable and geo location aware. It includes a map form type to set address by searching in a google map.
6 stars 11 forks source link

Deprecations in Configuration.php #18

Closed tuxes3 closed 2 years ago

tuxes3 commented 4 years ago

Hi. I am using the newest version, currently ^0.5.0, and I am getting following message:

The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "addressable_bundle" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
Show context    Hide trace
{▼
  /var/www/vendor/symfony/config/Definition/Builder/TreeBuilder.php:51 {▶}
  /var/www/vendor/daa/addressable-bundle/DependencyInjection/Configuration.php:16 {▶}
}
danielantelo commented 2 years ago

0.6 now supports latest version of symfony and has an updated configuration.