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
Fabien Potencier 51aa13ad6d Merge branch '2.3' into 2.5
* 2.3:
  [Config] adds missing « use » statement for InvalidTypeException type hint in documentation.
  [Config] fixes broken unit test on ArrayNode class.
  fixed CS
  [Security] Delete old session on auth strategy migrate
  update required minimum TwigBridge version
  Very minor grammar fix in error message
  [Tests] Silenced all deprecations in tests for 2.3
  BinaryFileResponse - add missing newline
  fixed CS
  add a limit and a test to FlattenExceptionTest.
  CS: There should be no empty lines following phpdocs
  [FrameworkBundle] fix cache:clear command
  [2.3] Docblocks should not be followed by a blank line
  Fix return phpdoc
  [PropertyAccess] Added test to verify #5775 is fixed

Conflicts:
	src/Symfony/Bundle/TwigBundle/composer.json
	src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php
	src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordValidatorTest.php
2014-12-20 17:01:23 +01:00
..
Collator Docblock fixes 2014-11-30 13:33:44 +00:00
Data Minor phpcs fixes 2014-12-07 18:50:06 +01:00
DateFormatter Docblock fixes 2014-11-30 13:33:44 +00:00
Exception [Intl] Improved bundle reader implementations 2014-09-15 22:29:25 +02:00
Globals Docblock fixes 2014-11-30 13:33:44 +00:00
Locale Docblock fixes 2014-11-30 13:33:44 +00:00
NumberFormatter Merge branch '2.3' into 2.5 2014-12-02 21:15:53 +01:00
ResourceBundle [2.3] More cs fixes 2014-12-04 06:06:17 +01:00
Resources [2.3] More cs fixes 2014-12-04 06:06:17 +01:00
Tests Merge branch '2.3' into 2.5 2014-12-02 21:15:53 +01:00
Util Docblock fixes 2014-11-30 13:33:44 +00:00
.gitignore [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
composer.json Merge branch '2.3' into 2.5 2014-10-01 07:50:18 +02:00
CONTRIBUTING.md Rename Symfony2 to Symfony 2014-11-24 15:09:11 +01:00
Intl.php Removed unused imports 2014-12-03 20:18:13 +00:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
Locale.php [Intl] Integrated ICU data into Intl component 2014-09-26 16:16:55 +02:00
phpunit.xml.dist [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +01:00
README.md updated version to 2.5 2013-11-24 21:17:07 +01:00

Intl Component

A PHP replacement layer for the C intl extension that includes additional data from the ICU library.

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

Documentation

The documentation for the component can be found [online] 1.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Intl/
$ composer.phar install --dev
$ phpunit