Skip to content

Commit

Permalink
Merge pull request #16 from AmpersandHQ/convenient-patch-1
Browse files Browse the repository at this point in the history
Ignore broken monolog/monolog version
  • Loading branch information
convenient authored Jun 9, 2022
2 parents 798751b + d8aa79a commit 4988c29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions travis-install-magento.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ function install_magento() {
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 install

php bin/magento | head -2
Expand Down

0 comments on commit 4988c29

Please sign in to comment.