mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 19:40:23 +02:00
[ticket/11291] phing: Also add checkreturn="true" to composer execution.
PHPBB3-11291
This commit is contained in:
@@ -50,6 +50,7 @@
|
|||||||
<target name="composer">
|
<target name="composer">
|
||||||
<exec dir="phpBB"
|
<exec dir="phpBB"
|
||||||
command="php ../composer.phar install --dev"
|
command="php ../composer.phar install --dev"
|
||||||
|
checkreturn="true"
|
||||||
passthru="true" />
|
passthru="true" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user