From 59106e584f7a2dd7067affe528001c24949ad03e Mon Sep 17 00:00:00 2001 From: Shawn Dellysse Date: Thu, 30 Jun 2011 10:43:19 -0700 Subject: [PATCH] Fixed bin/deps to just deps --- cookbook/doctrine/migrations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/doctrine/migrations.rst b/cookbook/doctrine/migrations.rst index 2b8a70d240c..31ee47897bb 100644 --- a/cookbook/doctrine/migrations.rst +++ b/cookbook/doctrine/migrations.rst @@ -21,7 +21,7 @@ Make sure you have both the ``doctrine-migrations`` and ``DoctrineMigrationsBund libraries configured in your project. Follow these steps to install the libraries in the Symfony Standard distribution. -Add the following to ``bin/deps``. This will register the Migrations Bundle +Add the following to ``deps``. This will register the Migrations Bundle and the doctrine-migrations library as dependencies in your application: .. code-block:: text