summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-05-16 11:47:08 +0200
committerRemi Collet <remi@php.net>2023-05-16 11:47:08 +0200
commit1cb57474df3e70acc2a071b8e1b86dbd7601d123 (patch)
tree733a5cbcf0f09b18a65aef48c3205080a12c80c2 /makesrc.sh
parentf1aef5e65da065f235b21bae310b67b65b672d8b (diff)
update to 7.0.0
raise dependency on PHP 8.0 update bundled bartlett/php-compatinfo-db to 5.5.0
Diffstat (limited to 'makesrc.sh')
-rwxr-xr-xmakesrc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makesrc.sh b/makesrc.sh
index 124d01a..381e35a 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -18,6 +18,7 @@ echo "Getting commit..."
git checkout $COMMIT || exit 1
cp composer.json ../
+ composer config platform.php 8.0.99
composer install --no-interaction --no-progress --no-dev --optimize-autoloader
cp vendor/composer/installed.json ../