mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11291] phing: Add --dev to composer install.
The composer target runs composer in the phpBB tree in order to load dependencies for testing. The testing framework may have additional development dependencies (e.g. goutte). We also have to load those. PHPBB3-11291
This commit is contained in:
parent
f6315dafb7
commit
c9cc5a00dc
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
<target name="composer">
|
||||
<exec dir="./phpBB/"
|
||||
command="php ../composer.phar install"
|
||||
command="php ../composer.phar install --dev"
|
||||
passthru="true" />
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue