mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/11291] phing: Add description for composer target.
PHPBB3-11291
This commit is contained in:
parent
c9cc5a00dc
commit
e775e7fc91
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue