mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[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
This commit is contained in:
parent
d07cb6d778
commit
c7363712ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue