From aaa5cca19db7e9a0d3b3120f712999e124881241 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 30 May 2012 18:57:09 +0200 Subject: [PATCH] updated vendors for 2.0.15 --- vendors.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vendors.php b/vendors.php index d260099d7955..cbbea0816b0a 100755 --- a/vendors.php +++ b/vendors.php @@ -32,12 +32,12 @@ } $deps = array( - array('doctrine', 'http://github.com/doctrine/doctrine2.git', '2.1.6'), - array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', '2.1.6'), + array('doctrine', 'http://github.com/doctrine/doctrine2.git', '2.1.7'), + array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', '2.1.7'), 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.7'), - array('twig', 'http://github.com/fabpot/Twig.git', 'v1.7.0'), + array('twig', 'http://github.com/fabpot/Twig.git', 'v1.8.2'), ); foreach ($deps as $dep) {