braincrafted / bootstrap-bundle

BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.
http://bootstrap.braincrafted.com
MIT License
399 stars 184 forks source link

support old OptionsResolver #443

Open ctrl-f5 opened 8 years ago

ctrl-f5 commented 8 years ago

Version 2.2 should be compatible with symfony 2.6 and below. But the FormTypes do not support the old OptionsResolver configuration method.

lashus commented 7 years ago

@ctrl-f5 could you please elaborate? It's not clear what's not working for you. From what I can tell there's no setDefaultOptions method which was replaced by configureOptions and this might cause breaking BC.

ctrl-f5 commented 7 years ago

I'm sorry, this is too long ago and I can't even remember in which project I had issues... :)