mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-19 23:32:02 +02:00
Merge branch 'develop-olympus' into develop-ascraeus
* develop-olympus: [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
5e688f9540
@ -255,7 +255,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…
x
Reference in New Issue
Block a user