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
-**PHP >= 7.4** but the latest stable version of PHP is recommended
40
-
- the `intl` extension
39
+
-**PHP >= 8.1** but the latest stable version of PHP is recommended
41
40
- a copy of the [Public Suffix List](https://publicsuffix.org/) data and/or a copy of the [IANA Top Level Domain List](https://www.iana.org/domains/root/files). Please refer to the [Managing external data source section](#managing-the-package-external-resources) for more information when using this package in production.
42
41
42
+
Handling of an IDN host requires the presence of the `intl` extension or
43
+
a polyfill for the `intl` IDN functions like the `symfony/polyfill-intl-idn`
44
+
otherwise an exception will be thrown when attempting to validate or interact
0 commit comments