Skip to content

Commit

Permalink
Deps file for Symfony 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Pfitzer committed Jun 4, 2012
1 parent 5bc3b5a commit 27299b1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 27299b1

Please sign in to comment.