From e09b5231d3062d099429ebc55e269849a270e1ac Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 5 Jan 2012 16:02:00 +0100 Subject: [PATCH] updated Twig to 1.5.1 to fix a regression --- vendors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendors.php b/vendors.php index 6a20f4fcfc..c136abb070 100755 --- a/vendors.php +++ b/vendors.php @@ -37,7 +37,7 @@ $deps = array( array('doctrine-common', 'http://github.com/doctrine/common.git', '2.1.4'), array('monolog', 'http://github.com/Seldaek/monolog.git', '1.0.2'), array('swiftmailer', 'http://github.com/swiftmailer/swiftmailer.git', 'v4.1.5'), - array('twig', 'http://github.com/fabpot/Twig.git', 'v1.5.0'), + array('twig', 'http://github.com/fabpot/Twig.git', 'v1.5.1'), ); foreach ($deps as $dep) {