updated Doctrine to master (Symfony2 will ship with Doctrine 2.1)

This commit is contained in:
Fabien Potencier 2011-06-16 16:13:21 +02:00
parent 0805c6f963
commit cd9a4a1e54

View File

@ -24,9 +24,8 @@ if (!is_dir($vendorDir = dirname(__FILE__).'/vendor')) {
}
$deps = array(
array('assetic', 'http://github.com/kriswallsmith/assetic.git', 'origin/HEAD'),
array('doctrine', 'http://github.com/doctrine/doctrine2.git', '2.0.5'),
array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', '2.0.5'),
array('doctrine', 'http://github.com/doctrine/doctrine2.git', 'origin/HEAD'),
array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', 'origin/HEAD'),
array('doctrine-common', 'http://github.com/doctrine/common.git', 'origin/3.0.x'),
array('monolog', 'http://github.com/Seldaek/monolog.git', 'origin/HEAD'),
array('swiftmailer', 'http://github.com/swiftmailer/swiftmailer.git', 'origin/4.1'),