1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 04:30:29 +01:00

[ticket/11291] phing: Add description for composer target.

PHPBB3-11291
This commit is contained in:
Andreas Fischer 2012-12-29 03:50:18 +01:00
parent c9cc5a00dc
commit e775e7fc91

View File

@ -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"