]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/symfony/icu/Symfony/Component/Icu/README.md
twig implementation
[github/wallabag/wallabag.git] / vendor / symfony / icu / Symfony / Component / Icu / README.md
1 Icu Component
2 =============
3
4 Contains data of the ICU library in a specific version.
5
6 You should not directly use this component. Use it through the API of the
7 [Intl component] [1] instead.
8
9 Resources
10 ---------
11
12 You can run the unit tests with the following command:
13
14 $ cd path/to/Symfony/Component/Icu/
15 $ composer.phar install --dev
16 $ phpunit
17
18 [1]: https://github.com/symfony/Intl