make-snapshot.sh: Make sure ipl parts are properly updated

This commit is contained in:
Johannes Meyer 2023-03-01 09:05:21 +01:00
parent 5e038a1d56
commit 5b2f19db5e
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ git checkout -b $BRANCH
git merge --no-ff -m "Merge latest tag, to make it reachable for git-describe" $LATEST_TAG
composer config platform.php $PHP_VERSION
composer config minimum-stability dev
composer config prefer-stable true
composer require --no-update \
php:$PHP_VERSION \
ipl/html:"dev-master as 99.x-dev" \