aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/symfony/intl/Symfony/Component/Intl/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/intl/Symfony/Component/Intl/README.md
parent2b840e0cfb63a453bea67a98541f3df9c273c5f5 (diff)
downloadwallabag-4f5b44bd3bd490309eb2ba7b44df4769816ba729.tar.gz
wallabag-4f5b44bd3bd490309eb2ba7b44df4769816ba729.tar.zst
wallabag-4f5b44bd3bd490309eb2ba7b44df4769816ba729.zip
twig implementation
Diffstat (limited to 'vendor/symfony/intl/Symfony/Component/Intl/README.md')
-rw-r--r--vendor/symfony/intl/Symfony/Component/Intl/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/vendor/symfony/intl/Symfony/Component/Intl/README.md b/vendor/symfony/intl/Symfony/Component/Intl/README.md
new file mode 100644
index 00000000..ef4ba505
--- /dev/null
+++ b/vendor/symfony/intl/Symfony/Component/Intl/README.md
@@ -0,0 +1,25 @@
1Intl Component
2=============
3
4A PHP replacement layer for the C intl extension that includes additional data
5from the ICU library.
6
7The replacement layer is limited to the locale "en". If you want to use other
8locales, you should [install the intl extension] [1] instead.
9
10Documentation
11-------------
12
13The documentation for the component can be found [online] [2].
14
15Resources
16---------
17
18You can run the unit tests with the following command:
19
20 $ cd path/to/Symfony/Component/Intl/
21 $ composer.phar install --dev
22 $ phpunit
23
24[0]: http://www.php.net/manual/en/intl.setup.php
25[1]: http://symfony.com/doc/2.3/components/intl.html