aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/symfony/icu/Symfony/Component/Icu/README.md
diff options
context:
space:
mode:
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, 0 insertions, 18 deletions
diff --git a/vendor/symfony/icu/Symfony/Component/Icu/README.md b/vendor/symfony/icu/Symfony/Component/Icu/README.md
deleted file mode 100644
index b0a16edd..00000000
--- a/vendor/symfony/icu/Symfony/Component/Icu/README.md
+++ /dev/null
@@ -1,18 +0,0 @@
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