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:
parent
68710bb55a
commit
f6315dafb7
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user