mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Merge pull request #2183 from s9e/ticket/12302
Upgrade all composer.phar to 1.0.0-alpha8 * s9e/ticket/12302: [ticket/12302] Added `--no-dev` to composer call in build.xml [ticket/12302] Updated composer.phar to 1.0.0-alpha8
This commit is contained in:
commit
0b9752a594
2 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@
|
|||
command="git archive ${revision} composer.phar | tar -xf - -C ${dir}"
|
||||
checkreturn="true" />
|
||||
<exec dir="${dir}"
|
||||
command="php composer.phar install"
|
||||
command="php composer.phar install --no-dev"
|
||||
checkreturn="true"
|
||||
passthru="true" />
|
||||
<delete file="${dir}/composer.phar" />
|
||||
|
|
BIN
composer.phar
BIN
composer.phar
Binary file not shown.
Loading…
Add table
Reference in a new issue