From 1fa5da83190ecbf4017950a4ca0a265509ab80f4 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 2 Nov 2011 12:34:34 +0100 Subject: [PATCH] updated vendors for 2.0.5 --- vendors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendors.php b/vendors.php index 224c288a04..b64859de1c 100755 --- a/vendors.php +++ b/vendors.php @@ -30,7 +30,7 @@ $deps = array( array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', '2.1.3'), array('doctrine-common', 'http://github.com/doctrine/common.git', '2.1.2'), array('monolog', 'http://github.com/Seldaek/monolog.git', '1.0.2'), - array('swiftmailer', 'http://github.com/swiftmailer/swiftmailer.git', 'v4.1.2'), + array('swiftmailer', 'http://github.com/swiftmailer/swiftmailer.git', 'v4.1.3'), array('twig', 'http://github.com/fabpot/Twig.git', 'v1.1.2'), );