1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-27 19:32:18 -05:00
wallabag/vendor/symfony/icu/Symfony/Component/Icu
2013-08-03 19:26:54 +02:00
..
Resources/data twig implementation 2013-08-03 19:26:54 +02:00
Tests twig implementation 2013-08-03 19:26:54 +02:00
.gitignore twig implementation 2013-08-03 19:26:54 +02:00
composer.json twig implementation 2013-08-03 19:26:54 +02:00
IcuCurrencyBundle.php twig implementation 2013-08-03 19:26:54 +02:00
IcuData.php twig implementation 2013-08-03 19:26:54 +02:00
IcuLanguageBundle.php twig implementation 2013-08-03 19:26:54 +02:00
IcuLocaleBundle.php twig implementation 2013-08-03 19:26:54 +02:00
IcuRegionBundle.php twig implementation 2013-08-03 19:26:54 +02:00
LICENSE twig implementation 2013-08-03 19:26:54 +02:00
phpunit.xml.dist twig implementation 2013-08-03 19:26:54 +02:00
README.md twig implementation 2013-08-03 19:26:54 +02:00

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