mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-05 04:44:30 +02:00
make-snapshot.sh: Don't override config.platform of composer.json
This commit is contained in:
parent
2f5fc7ea9d
commit
51a905fcfe
@ -21,12 +21,11 @@ fi
|
|||||||
git checkout -b $BRANCH
|
git checkout -b $BRANCH
|
||||||
git merge --no-ff -m "Merge latest tag, to make it reachable for git-describe" $LATEST_TAG
|
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 minimum-stability dev
|
||||||
composer config prefer-stable true
|
composer config prefer-stable true
|
||||||
|
|
||||||
composer require --no-update \
|
composer require --no-update \
|
||||||
php:$PHP_VERSION \
|
php:">=$PHP_VERSION" \
|
||||||
ipl/html:"dev-main as 99.x-dev" \
|
ipl/html:"dev-main as 99.x-dev" \
|
||||||
ipl/i18n:"dev-main as 99.x-dev" \
|
ipl/i18n:"dev-main as 99.x-dev" \
|
||||||
ipl/orm:"dev-main as 99.x-dev" \
|
ipl/orm:"dev-main as 99.x-dev" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user