mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00: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:
parent
e775e7fc91
commit
357feeac2e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue