diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-12-29 03:50:18 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-12-29 03:50:18 +0100 |
commit | e775e7fc91817cb353251d2406dea810565ffb18 (patch) | |
tree | 61a5b72e9e9c115ae921328cb8cfe1d10729f7d6 | |
parent | c9cc5a00dcbf8e10daf350591044df1a2aca3a05 (diff) | |
download | forums-e775e7fc91817cb353251d2406dea810565ffb18.tar forums-e775e7fc91817cb353251d2406dea810565ffb18.tar.gz forums-e775e7fc91817cb353251d2406dea810565ffb18.tar.bz2 forums-e775e7fc91817cb353251d2406dea810565ffb18.tar.xz forums-e775e7fc91817cb353251d2406dea810565ffb18.zip |
[ticket/11291] phing: Add description for composer target.
PHPBB3-11291
-rw-r--r-- | build/build.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index bc83cc0953..56179bbbe2 100644 --- a/build/build.xml +++ b/build/build.xml @@ -43,6 +43,11 @@ <delete dir="build/save" /> </target> + <!-- + This target basically just runs composer in the phpBB tree to ensure + all dependencies are loaded. Additional development dependencies are + loaded because testing framework may depend on them. + --> <target name="composer"> <exec dir="./phpBB/" command="php ../composer.phar install --dev" |