aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-03-25 17:32:03 +0100
committerAndreas Fischer <bantu@phpbb.com>2014-03-25 17:32:03 +0100
commit5e688f9540ebb5b32a22202257d5ca36e8e3e254 (patch)
tree27b5ab3a9a8721820ca6449725a91567fbccb3c6 /build
parent800c779403f8f6e2cba887bdd3e9220a5d5ea922 (diff)
parent0b9752a594a0922bd092518f9510a5ee29a3a12f (diff)
downloadforums-5e688f9540ebb5b32a22202257d5ca36e8e3e254.tar
forums-5e688f9540ebb5b32a22202257d5ca36e8e3e254.tar.gz
forums-5e688f9540ebb5b32a22202257d5ca36e8e3e254.tar.bz2
forums-5e688f9540ebb5b32a22202257d5ca36e8e3e254.tar.xz
forums-5e688f9540ebb5b32a22202257d5ca36e8e3e254.zip
Merge branch 'develop-olympus' into develop-ascraeus
* develop-olympus: [ticket/12302] Added `--no-dev` to composer call in build.xml [ticket/12302] Updated composer.phar to 1.0.0-alpha8
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
1 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" />