Closed
Description
The form component have a hard dependency on symfony/intl
. I like that component, but it feels a bit overkill to download 18MB of code for if you only are creating a small form.
Currently, there is only the LocaleType, CountryType, CurrenyType, LanguageType and TimezoneType that is using symfony/intl
. I suggest that we should remove Form component's dependency in Intl in Symfony 6 to make the form component lighter.