Browse Source

Merge pull request #1031 from cordoval/patch-1

add missing require sonata-project/cache-bundle
Thomas 12 years ago
parent
commit
a2fadae624
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Resources/doc/reference/installation.rst

+ 1 - 0
Resources/doc/reference/installation.rst

@@ -40,6 +40,7 @@ can use Composer for the automated process::
     php composer.phar require sonata-project/admin-bundle --no-update
     php composer.phar require sonata-project/doctrine-orm-admin-bundle --no-update  # optional
     php composer.phar require sonata-project/intl-bundle --no-update                # optional
+    php composer.phar require sonata-project/cache-bundle --no-update               # optional
     php composer.phar update
 
 Next, be sure to enable this bundles in your AppKernel.php file: