FriendsOfSylius / SyliusImportExportPlugin

Sylius plugin to import / export data
MIT License
118 stars 82 forks source link

Fix: deprecated treebuilder initialisation for symfony 4.2+ #262

Closed seizan8 closed 3 years ago

seizan8 commented 3 years ago

Bug fix? yes New feature? no BC breaks? no Fixed tickets -

Not passing the root node name to TreeBuilder was deprecated in Symfony 4.2. https://symfony.com/doc/4.4/components/config/definition.html

oallain commented 3 years ago

Thanks @seizan8 :rocket:

oallain commented 3 years ago

In new Tag 0.19.1 😄