Alsatian67 / FormBundle

Bunch of FormTypes extending some basic Symfony PHP framework FormTypes. ExtensibleTypes makes it possible to allow extra choices by Symfony ChoiceTypes (ChoiceType, EntityType and DocumentType). This can help to make it work with the Select2 jQuery pluggin.
MIT License
14 stars 6 forks source link

Fix Symfony 6 Warning - ExtensibleSubscriber #22

Closed wucherpfennig closed 1 year ago

Alsatian67 commented 2 years ago

Theses patches would introduce BC breaks with old symfony and php versions.

The unique branch of this bundle has till the same code as by symfony 2.8 with PHP 5.6

wucherpfennig commented 2 years ago

I know but assuming that 5.6 is not supported any more I thought those BC are acceptable. One has to move on... ;-)

wucherpfennig commented 2 years ago

maybe create an old branch and continue to develop on main?