Skip to content

Commit

Permalink
Merge pull request #86 from alanz/patch-1
Browse files Browse the repository at this point in the history
Include reference to installing via vendor deps. Fixes #85.
  • Loading branch information
willdurand committed Dec 7, 2011
2 parents f113d9e + 5a4dbfb commit be9f2c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Resources/doc/README.markdown
Expand Up @@ -35,6 +35,13 @@ Currently supports:
> git submodule add https://github.com/Xosofox/phing.git vendor/phing
> git submodule add https://github.com/propelorm/Propel.git vendor/propel
* Instead of doing this manually, you can use the Symfony vendor management via the deps file:

See http://www.propelorm.org/cookbook/symfony2/working-with-symfony2.html#via_symfony2_vendor_management

If you are using Symfony 2.0.6, be sure to deps.lock the PropelBundle to a commit on the 2.0 branch,
which does not use the Bridge

* Register this bundle in the `AppKernel` class:

Expand Down

0 comments on commit be9f2c4

Please sign in to comment.