1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

[ticket/11291] phing: Correct dependencies of composer target.

This command runs composer in the phpBB tree and does not write to the build
folders. Thus, it does not have to depend on prepare and clean targets.

PHPBB3-11291
This commit is contained in:
Andreas Fischer 2012-12-29 03:41:01 +01:00
parent 68710bb55a
commit f6315dafb7

View File

@ -43,7 +43,7 @@
<delete dir="build/save" />
</target>
<target name="composer" depends="clean,prepare">
<target name="composer">
<exec dir="./phpBB/"
command="php ../composer.phar install"
passthru="true" />