diff options
-rw-r--r-- | build/build.xml | 2 | ||||
-rwxr-xr-x | composer.phar | bin | 799883 -> 960311 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 1c6cbe5f25..10ff242ab9 100644 --- a/build/build.xml +++ b/build/build.xml @@ -255,7 +255,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" /> diff --git a/composer.phar b/composer.phar Binary files differindex a035fdc911..1e9ca731cd 100755 --- a/composer.phar +++ b/composer.phar |