Bläddra i källkod

updated vendors

Fabien Potencier 14 år sedan
förälder
incheckning
40e6030aff
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      vendors.sh

+ 3 - 3
vendors.sh

@@ -38,16 +38,16 @@ install_git()
 install_git assetic git://github.com/kriswallsmith/assetic.git
 
 # Doctrine ORM
-install_git doctrine git://github.com/doctrine/doctrine2.git
+install_git doctrine git://github.com/doctrine/doctrine2.git 2.0.3
 
 # Doctrine Data Fixtures Extension
 install_git doctrine-data-fixtures git://github.com/doctrine/data-fixtures.git
 
 # Doctrine DBAL
-install_git doctrine-dbal git://github.com/doctrine/dbal.git
+install_git doctrine-dbal git://github.com/doctrine/dbal.git 2.0.2
 
 # Doctrine Common
-install_git doctrine-common git://github.com/doctrine/common.git
+install_git doctrine-common git://github.com/doctrine/common.git 2.0.2
 
 # Doctrine migrations
 install_git doctrine-migrations git://github.com/doctrine/migrations.git