Skip to content

Commit

Permalink
updated vendors, fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 17, 2011
1 parent eb202bb commit 403156e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UPDATE.md
Expand Up @@ -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``.
Expand Down
4 changes: 2 additions & 2 deletions vendors.sh
Expand Up @@ -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
Expand Down

0 comments on commit 403156e

Please sign in to comment.