This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Intl
Nicolas Grekas 1b4ab81085 Merge branch '5.0'
* 5.0:
  [Routing] fix tests
  [DI] minor cleanup
  [Form] group constraints when calling the validator
  Remove wrong @group legacy annotations
  [DependencyInjection] Fix dumping multiple deprecated aliases
  allow button names to start with uppercase letter
  Allow PHP ^7.2.5
  States that the HttpClient provides a Http Async implementation
  [Routing] Fix ContainerLoader and ObjectLoaderTest
  [HttpKernel] Make ErrorListener::onKernelException()'s dispatcher argument explicit
  [HttpKernel] Drop deprecated ExceptionListener
  Removed extra whitespace
  [Security] Fix best encoder not wired using migrate_from
2019-11-21 08:02:52 +01:00
..
Collator Merge branch '4.4' 2019-08-21 14:05:09 +02:00
Data Merge branch '4.4' 2019-10-07 11:06:09 +02:00
DateFormatter Merge branch '4.4' 2019-08-26 11:05:36 +02:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Globals Add return types to internal|final|private methods 2019-08-20 17:32:53 +02:00
Locale Merge branch '4.4' 2019-08-21 14:05:09 +02:00
NumberFormatter Merge branch '4.4' 2019-08-21 14:05:09 +02:00
Resources [Intl] Update the ICU data to 65.1 (4.4 branch) 2019-10-05 00:14:06 +02:00
Tests Merge branch '4.4' 2019-10-07 11:06:09 +02:00
Util Merge branch '4.4' 2019-10-07 11:06:09 +02:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
CHANGELOG.md Merge branch '4.4' 2019-09-27 16:25:24 +02:00
composer.json Merge branch '5.0' 2019-11-21 08:02:52 +01:00
Countries.php Support ISO 3166-1 Alpha-3 country codes 2019-08-09 09:42:26 +01:00
Currencies.php [Intl] Add phpdoc 2019-05-01 08:13:26 +02:00
Intl.php Merge branch '4.4' 2019-10-07 11:06:09 +02:00
Languages.php [Intl] Excludes locale from language codes (split localized language names) 2019-09-27 12:13:42 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
Locale.php Add types to constructors and private/final/internal methods (Batch II) 2019-10-03 13:24:03 +02:00
Locales.php [Intl] Order alpha2 to alpha3 mapping + phpdoc fixes 2019-08-04 08:27:02 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Improve some URLs 2019-08-08 17:01:12 +02:00
ResourceBundle.php [Intl] Simplify API 2019-04-15 13:51:51 +02:00
Scripts.php [Intl] Order alpha2 to alpha3 mapping + phpdoc fixes 2019-08-04 08:27:02 +02:00
Timezones.php [Intl] Improve the error message when country code is wrong 2019-05-29 20:02:35 +02:00

Intl Component

A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.

The replacement layer is limited to the locale "en". If you want to use other locales, you should install the intl PHP extension instead.

Resources