diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-03-25 17:27:15 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-03-25 17:27:15 +0100 |
commit | 0b9752a594a0922bd092518f9510a5ee29a3a12f (patch) | |
tree | 3fc7a0936061f0e326673ea9b56bc96c4f954a40 | |
parent | 574a9f4f2aa8f11c2ad27778c8f874d4fb896e9f (diff) | |
parent | 55e745992282240c5e45ddb642af0fde9e88e6d2 (diff) | |
download | forums-0b9752a594a0922bd092518f9510a5ee29a3a12f.tar forums-0b9752a594a0922bd092518f9510a5ee29a3a12f.tar.gz forums-0b9752a594a0922bd092518f9510a5ee29a3a12f.tar.bz2 forums-0b9752a594a0922bd092518f9510a5ee29a3a12f.tar.xz forums-0b9752a594a0922bd092518f9510a5ee29a3a12f.zip |
Merge pull request #2183 from s9e/ticket/12302
Upgrade all composer.phar to 1.0.0-alpha8
* s9e/ticket/12302:
[ticket/12302] Added `--no-dev` to composer call in build.xml
[ticket/12302] Updated composer.phar to 1.0.0-alpha8
-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 83ddcd29c4..a86cb9c36b 100644 --- a/build/build.xml +++ b/build/build.xml @@ -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" /> diff --git a/composer.phar b/composer.phar Binary files differindex a035fdc911..1e9ca731cd 100755 --- a/composer.phar +++ b/composer.phar |