mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12302] Added --no-dev
to composer call in build.xml
PHPBB3-12302
This commit is contained in:
parent
53740111f6
commit
55e7459922
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@
|
||||||
command="git archive ${revision} composer.phar | tar -xf - -C ${dir}"
|
command="git archive ${revision} composer.phar | tar -xf - -C ${dir}"
|
||||||
checkreturn="true" />
|
checkreturn="true" />
|
||||||
<exec dir="${dir}"
|
<exec dir="${dir}"
|
||||||
command="php composer.phar install"
|
command="php composer.phar install --no-dev"
|
||||||
checkreturn="true"
|
checkreturn="true"
|
||||||
passthru="true" />
|
passthru="true" />
|
||||||
<delete file="${dir}/composer.phar" />
|
<delete file="${dir}/composer.phar" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue