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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: