mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01:00
[ticket/11291] phing: Add description for composer target.
PHPBB3-11291
This commit is contained in:
parent
c9cc5a00dc
commit
e775e7fc91
@ -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…
x
Reference in New Issue
Block a user