diff options
-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" |