mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/11291] phing: Adjust directory format of composer exec.
Adjust the directory format to what all the other exec calls are using. PHPBB3-11291
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
loaded because testing framework may depend on them.
|
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"
|
||||||
passthru="true" />
|
passthru="true" />
|
||||||
</target>
|
</target>
|
||||||
|
Reference in New Issue
Block a user