From c0c75c8d15c247e6f5cabd2467ca82b3495246ae Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 9 Feb 2012 10:20:48 +0100 Subject: [PATCH] removed Swiftmailer from vendors.php --- vendors.php | 1 - 1 file changed, 1 deletion(-) diff --git a/vendors.php b/vendors.php index 5eb27b90ae..cfd13b623b 100755 --- a/vendors.php +++ b/vendors.php @@ -36,7 +36,6 @@ $deps = array( array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', 'origin/master'), array('doctrine-common', 'http://github.com/doctrine/common.git', 'origin/master'), array('monolog', 'http://github.com/Seldaek/monolog.git', '1.0.2'), - array('swiftmailer', 'http://github.com/swiftmailer/swiftmailer.git', 'origin/master'), array('twig', 'http://github.com/fabpot/Twig.git', 'origin/master'), );