From a1d4246920b075f26590ab64880b17564a64f4e4 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 25 Sep 2011 10:28:54 +0200 Subject: [PATCH] fixed version and vendors --- src/Symfony/Component/HttpKernel/Kernel.php | 2 +- vendors.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index 013baf9bfb..fa3105539e 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -57,7 +57,7 @@ abstract class Kernel implements KernelInterface protected $startTime; protected $classes; - const VERSION = '2.0.3-DEV'; + const VERSION = '2.1.0-DEV'; /** * Constructor. diff --git a/vendors.php b/vendors.php index 4a329d5358..3709000eaf 100755 --- a/vendors.php +++ b/vendors.php @@ -24,9 +24,9 @@ if (!is_dir($vendorDir = dirname(__FILE__).'/vendor')) { } $deps = array( - array('doctrine', 'http://github.com/doctrine/doctrine2.git', '2.1.1'), - array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', '2.1.2'), - array('doctrine-common', 'http://github.com/doctrine/common.git', '2.1.1'), + array('doctrine', 'http://github.com/doctrine/doctrine2.git', 'origin/2.1.x'), + array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', 'origin/2.1.x'), + array('doctrine-common', 'http://github.com/doctrine/common.git', 'origin/2.1.x'), array('monolog', 'http://github.com/Seldaek/monolog.git', '1.0.1'), array('swiftmailer', 'http://github.com/swiftmailer/swiftmailer.git', 'v4.1.2'), array('twig', 'http://github.com/fabpot/Twig.git', 'v1.2.0'),