Skip to content

Commit

Permalink
Update travis-install-magento.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
convenient authored Jul 7, 2022
1 parent 98871d2 commit 0439e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-install-magento.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ function install_magento() {
cd $DIR_TARGET
composer config --no-interaction allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
composer config --no-interaction allow-plugins.laminas/laminas-dependency-plugin true
composer config --no-interaction allow-plugins.magento/composer-dependency-version-audit-plugin true
composer config --no-interaction allow-plugins.magento/* true
composer config --unset repo.0
composer config repo.composerrepository composer $COMPOSER_REPOSITORY
composer config minimum-stability dev
composer config prefer-stable true
composer require monolog/monolog:"!=2.7.0" --no-update # https://github.com/magento/magento2/pull/35596
composer remove --no-interaction magento/composer-dependency-version-audit-plugin
composer install

php bin/magento | head -2
Expand Down

0 comments on commit 0439e25

Please sign in to comment.