From 4f5b44bd3bd490309eb2ba7b44df4769816ba729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 3 Aug 2013 19:26:54 +0200 Subject: twig implementation --- vendor/symfony/intl/Symfony/Component/Intl/Resources/bin/icu.ini | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vendor/symfony/intl/Symfony/Component/Intl/Resources/bin/icu.ini (limited to 'vendor/symfony/intl/Symfony/Component/Intl/Resources/bin/icu.ini') diff --git a/vendor/symfony/intl/Symfony/Component/Intl/Resources/bin/icu.ini b/vendor/symfony/intl/Symfony/Component/Intl/Resources/bin/icu.ini new file mode 100644 index 00000000..902e3361 --- /dev/null +++ b/vendor/symfony/intl/Symfony/Component/Intl/Resources/bin/icu.ini @@ -0,0 +1,9 @@ +; ICU data source URLs +; We use always the latest release of a major version. +4.0 = http://source.icu-project.org/repos/icu/icu/tags/release-4-0-1/source +4.2 = http://source.icu-project.org/repos/icu/icu/tags/release-4-2-1/source +4.4 = http://source.icu-project.org/repos/icu/icu/tags/release-4-4-2/source +4.6 = http://source.icu-project.org/repos/icu/icu/tags/release-4-6-1/source +4.8 = http://source.icu-project.org/repos/icu/icu/tags/release-4-8-1-1/source +49 = http://source.icu-project.org/repos/icu/icu/tags/release-49-1-2/source +50 = http://source.icu-project.org/repos/icu/icu/tags/release-50-1-2/source -- cgit v1.2.3