mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 19:08:53 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue