浏览代码

updated vendors, fixed typo

Fabien Potencier 14 年之前
父节点
当前提交
403156eba3
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      UPDATE.md
  2. 2 2
      vendors.sh

+ 1 - 1
UPDATE.md

@@ -24,7 +24,7 @@ beta1 to beta2
     Symfony\Component\Routing\Exception\MethodNotAllowedException
 
 * The form component's ``csrf_page_id`` option has been renamed to
-  ``csrf_intention``.
+  ``intention``.
 
 * The ``error_handler`` setting has been removed. The ``ErrorHandler`` class
   is now managed directly by Symfony SE in ``AppKernel``.

+ 2 - 2
vendors.sh

@@ -38,10 +38,10 @@ install_git()
 install_git assetic git://github.com/kriswallsmith/assetic.git
 
 # Doctrine ORM
-install_git doctrine git://github.com/doctrine/doctrine2.git 2.0.4
+install_git doctrine git://github.com/doctrine/doctrine2.git 2.0.5
 
 # Doctrine DBAL
-install_git doctrine-dbal git://github.com/doctrine/dbal.git 2.0.4
+install_git doctrine-dbal git://github.com/doctrine/dbal.git 2.0.5
 
 # Doctrine Common
 install_git doctrine-common git://github.com/doctrine/common.git 2.0.2