Carlo Forghieri
Carlo Forghieri
My plan was to add more tests, but I don't have much time now (I've already added some). Anyway I'm using my fork in a Symfony 2.7 project + Bootstrap...
> does the testsuite run with symfony3 ? i remember there were some issues. Now it's passing, but I haven't ported all the tests form master, some were not compatible.
> All of the config yml files should wrap parameters with quotes. From 4.0 exceptions will be thrown. Do we need to support 4.0? 😄 > Should be > {...
@trsteel88 > > Should be > > { name: form.type_extension, extended_type: Symfony\Component\Form\Extension\Core\Type\FormType } > > In which version? > > > Also, some Types haven't been updated. e.g. TabType still...
@trsteel88 > Some types seem to still be missing the bc. See > ... > Form aliases are deprecated and will be removed in 3.0. You must use the Fully...