From c7363712ce25ea79fe0164ac23643a086d7276ba Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Sun, 19 Aug 2012 02:19:11 +0200 Subject: [PATCH] [ticket/11061] Add the --dev flag to the composer instructions in README It is needed to install dev dependencies, such as goutte, which are needed to run the tests. PHPBB3-11061 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fc670422f..0febad397d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Find support and lots more on [phpBB.com](http://www.phpbb.com)! Discuss the dev To be able to run an installation from the repo (and not from a pre-built package) you need to run the following commands to install phpBB's dependencies. cd phpBB - php ../composer.phar install + php ../composer.phar install --dev ## CONTRIBUTE