aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-12-29 03:43:04 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-12-29 03:43:04 +0100
commitc9cc5a00dcbf8e10daf350591044df1a2aca3a05 (patch)
tree29547ab8b1c2216dc151ee49a942c5dec3917178 /build
parentf6315dafb78b4164dd1a1be32d2dc3117616df30 (diff)
downloadforums-c9cc5a00dcbf8e10daf350591044df1a2aca3a05.tar
forums-c9cc5a00dcbf8e10daf350591044df1a2aca3a05.tar.gz
forums-c9cc5a00dcbf8e10daf350591044df1a2aca3a05.tar.bz2
forums-c9cc5a00dcbf8e10daf350591044df1a2aca3a05.tar.xz
forums-c9cc5a00dcbf8e10daf350591044df1a2aca3a05.zip
[ticket/11291] phing: Add --dev to composer install.
The composer target runs composer in the phpBB tree in order to load dependencies for testing. The testing framework may have additional development dependencies (e.g. goutte). We also have to load those. PHPBB3-11291
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 f77635b586..bc83cc0953 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -45,7 +45,7 @@
<target name="composer">
<exec dir="./phpBB/"
- command="php ../composer.phar install"
+ command="php ../composer.phar install --dev"
passthru="true" />
</target>