From 27299b1a4734410e379b70f484c12ca2e7f40564 Mon Sep 17 00:00:00 2001 From: Florian Pfitzer Date: Mon, 4 Jun 2012 19:20:46 +0200 Subject: [PATCH] Deps file for Symfony 2.0 --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index cdd2472..bc8f093 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,28 @@ and Dependency Injection system/concept. ### Dependencies + + +Add the following lines to your `deps` file: + + + [AnoSystemBundle] + git=https://github.com/benjamindulau/AnoSystemBundle.git + target=bundles/Ano/Bundle/SystemBundle + + [AnoMediaBundle] + git=https://github.com/benjamindulau/AnoMediaBundle.git + target=bundles/Ano/Bundle/MediaBundle + + [gaufrette] + git=https://github.com/KnpLabs/Gaufrette.git + target=/gaufrette + + [Imagine] + git=git://github.com/avalanche123/Imagine.git + target=/imagine + + #### AnoSystemBundle Most of the Ano bundles have a dependency on a [AnoSystemBundle](https://github.com/benjamindulau/AnoSystemBundle) @@ -57,6 +79,9 @@ If you intend to use the default ImageManipulator implementation, you need to in The bundle goes to the `vendor/bundles/Ano/Bundle` directory (so you should have `vendor/bundles/Ano/Bundle/MediaBundle`) + + + ## Concept ### Context/Provider concepts