wet-boew / wet-boew-drupal

Drupal variant of the Web Experience Toolkit (WET)
136 stars 74 forks source link

force composer to use 1.x - Update .travis.yml #1935

Closed joejoseph00 closed 3 years ago

joejoseph00 commented 3 years ago

Composer was recently upgraded to 2.x, composer people upstream are forcing upgrades to 2.x but there's issues with this update, so temporary solution is to force 1.x using the '--1' flag option on composer self update.

see https://www.drupal.org/project/wetkit/issues/3183997#comment-13911763

AND

https://getcomposer.org/doc/03-cli.md

AND

https://github.com/LionsAd/drupal_ti/issues/8

rikarux commented 3 years ago

Thanks @joejoseph00