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
feature #51073 [Intl] Add support for ISO 3166-1 numeric codes (benr77)
This PR was merged into the 6.4 branch.
Discussion
----------
[Intl] Add support for ISO 3166-1 numeric codes
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Tickets | Fix#50860
| License | MIT
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
Add support for ISO-3166-1 numeric codes.
As well as the existing Alpha2 and Alpha3 codes, this PR adds support for the numeric country codes as per https://www.iso.org/obp/ui/#search/code/.
Commits
-------
972acf2 [Intl] Add support for ISO-3166-1 numeric codes
0 commit comments