Skip to content

Commit

Permalink
Merge pull request #17 from AmpersandHQ/fix-composer-install-plugins
Browse files Browse the repository at this point in the history
Update travis-install-magento.sh
  • Loading branch information
convenient authored Jul 4, 2022
2 parents 4988c29 + 105edba commit 275d4e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions travis-install-magento.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ function install_magento() {
printf "\033[92m###### Composer creating $BASE_URL project at $DIR_TARGET ######\n\n\033[0m";
composer create-project --repository=$COMPOSER_REPOSITORY magento/project-community-edition=$VERSION $DIR_TARGET --no-install
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/* true
composer config --unset repo.0
composer config repo.composerrepository composer $COMPOSER_REPOSITORY
composer config minimum-stability dev
Expand Down

0 comments on commit 275d4e0

Please sign in to comment.