aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/symfony/icu/Symfony/Component/Icu/README.md
blob: b0a16eddd475f16506ce29f488bdc24eab2a3e11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Icu Component
=============

Contains data of the ICU library in a specific version.

You should not directly use this component. Use it through the API of the
[Intl component] [1] instead.

Resources
---------

You can run the unit tests with the following command:

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

[1]: https://github.com/symfony/Intl