summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-10 08:26:36 +0100
committerRemi Collet <remi@php.net>2023-02-10 08:26:36 +0100
commit95dbb0e1a0595708a9a0e97785737581f6fbc48d (patch)
treec731eaba00825093377d83177c28188161321cc2 /makesrc.sh
parentd8f8c24e5e7db5b516f620bc9c281f8ae560b0fe (diff)
raise dependency on PHP 8.0 and update bundled libraries
Diffstat (limited to 'makesrc.sh')
-rwxr-xr-xmakesrc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makesrc.sh b/makesrc.sh
index a9ba49b..ef1af4d 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -20,7 +20,7 @@ else
git checkout $COMMIT || exit1
cp composer.json ../
- composer config platform.php 7.4
+ composer config platform.php 8.0.99
composer install --no-interaction --no-progress --no-dev --optimize-autoloader
cp vendor/composer/installed.json ../
popd