aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/symfony/icu/Symfony/Component/Icu/README.md
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-03 19:26:54 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-03 19:26:54 +0200
commit4f5b44bd3bd490309eb2ba7b44df4769816ba729 (patch)
tree6cefe170dfe0a5a361cb1e2d1fc4d580a3316d02 /vendor/symfony/icu/Symfony/Component/Icu/README.md
parent2b840e0cfb63a453bea67a98541f3df9c273c5f5 (diff)
downloadwallabag-4f5b44bd3bd490309eb2ba7b44df4769816ba729.tar.gz
wallabag-4f5b44bd3bd490309eb2ba7b44df4769816ba729.tar.zst
wallabag-4f5b44bd3bd490309eb2ba7b44df4769816ba729.zip
twig implementation
Diffstat (limited to 'vendor/symfony/icu/Symfony/Component/Icu/README.md')
-rw-r--r--vendor/symfony/icu/Symfony/Component/Icu/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/symfony/icu/Symfony/Component/Icu/README.md b/vendor/symfony/icu/Symfony/Component/Icu/README.md
new file mode 100644
index 00000000..b0a16edd
--- /dev/null
+++ b/vendor/symfony/icu/Symfony/Component/Icu/README.md
@@ -0,0 +1,18 @@
1Icu Component
2=============
3
4Contains data of the ICU library in a specific version.
5
6You should not directly use this component. Use it through the API of the
7[Intl component] [1] instead.
8
9Resources
10---------
11
12You 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