You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, thought I'd answered this one already, my bad!
I'm pretty sure the converter is running a very old version of Symfony DI container which probably didn't support _defaults. If that dependency gets updated, it should work...I hope. Can you let me know if that's the case? If so, I'll update the dep (and the converter site).
Thanks for your feedback. I just tried updating the dependencies. Instead of converting the tag, the "public: false" is added to all the converted services, so instead of this:
I got a "conversion error" with the following file:
https://github.com/symfony/symfony/blob/3.4/src/Symfony/Bundle/TwigBundle/Resources/config/form.xml
The problem seems to be the "defaults" tag:
which should be converted to
The text was updated successfully, but these errors were encountered: