mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14805] Ignore platform requirements while building packages
PHPBB3-14805
This commit is contained in:
parent
f1eda6868f
commit
047c7375a5
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
||||||
-->
|
-->
|
||||||
<target name="composer">
|
<target name="composer">
|
||||||
<exec dir="phpBB"
|
<exec dir="phpBB"
|
||||||
command="php ../composer.phar install"
|
command="php ../composer.phar install --ignore-platform-reqs"
|
||||||
checkreturn="true"
|
checkreturn="true"
|
||||||
passthru="true" />
|
passthru="true" />
|
||||||
</target>
|
</target>
|
||||||
|
@ -270,7 +270,7 @@
|
||||||
command="git archive ${revision} composer.phar | tar -xf - -C ${dir}"
|
command="git archive ${revision} composer.phar | tar -xf - -C ${dir}"
|
||||||
checkreturn="true" />
|
checkreturn="true" />
|
||||||
<exec dir="${dir}"
|
<exec dir="${dir}"
|
||||||
command="php composer.phar install --no-dev --optimize-autoloader"
|
command="php composer.phar install --no-dev --optimize-autoloader --ignore-platform-reqs"
|
||||||
checkreturn="true"
|
checkreturn="true"
|
||||||
passthru="true" />
|
passthru="true" />
|
||||||
<delete file="${dir}/composer.phar" />
|
<delete file="${dir}/composer.phar" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue