1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

[ticket/12302] Added --no-dev to composer call in build.xml

PHPBB3-12302
This commit is contained in:
s9e 2014-03-25 17:20:59 +01:00
parent 53740111f6
commit 55e7459922

View File

@ -221,7 +221,7 @@
command="git archive ${revision} composer.phar | tar -xf - -C ${dir}"
checkreturn="true" />
<exec dir="${dir}"
command="php composer.phar install"
command="php composer.phar install --no-dev"
checkreturn="true"
passthru="true" />
<delete file="${dir}/composer.phar" />