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/composer/autoload_classmap.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vendor/composer/autoload_classmap.php (limited to 'vendor/composer/autoload_classmap.php') diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php new file mode 100644 index 00000000..7574eb5b --- /dev/null +++ b/vendor/composer/autoload_classmap.php @@ -0,0 +1,13 @@ + $vendorDir . '/symfony/intl/Symfony/Component/Intl/Resources/stubs/Collator.php', + 'IntlDateFormatter' => $vendorDir . '/symfony/intl/Symfony/Component/Intl/Resources/stubs/IntlDateFormatter.php', + 'Locale' => $vendorDir . '/symfony/intl/Symfony/Component/Intl/Resources/stubs/Locale.php', + 'NumberFormatter' => $vendorDir . '/symfony/intl/Symfony/Component/Intl/Resources/stubs/NumberFormatter.php', +); -- cgit v1.2.3