Prechádzať zdrojové kódy

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

Fabien Potencier 14 rokov pred
rodič
commit
cd9a4a1e54
1 zmenil súbory, kde vykonal 2 pridanie a 3 odobranie
  1. 2 3
      vendors.php

+ 2 - 3
vendors.php

@@ -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'),