mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-18 07:31:32 +02:00
[ticket/11291] phing: Add description for composer target.
PHPBB3-11291
This commit is contained in:
@@ -43,6 +43,11 @@
|
|||||||
<delete dir="build/save" />
|
<delete dir="build/save" />
|
||||||
</target>
|
</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">
|
<target name="composer">
|
||||||
<exec dir="./phpBB/"
|
<exec dir="./phpBB/"
|
||||||
command="php ../composer.phar install --dev"
|
command="php ../composer.phar install --dev"
|
||||||
|
Reference in New Issue
Block a user