Slide 15
Slide 15 text
Lenient composer plugin
● Drupal 8 to Drupal 9 upgrades used the lenient composer
endpoint that removed the drupal/core requirement
"repositories": {
"lenient": {"type": "composer", "url": "https://packages.drupal.org/lenient" }
"8": {"type": "composer", "url": "https://packages.drupal.org/8" }
},
● Now replaced with the composer-drupal-lenient plugin
"require": {
"cweagans/composer-patches”: "^1.7”,
"mglaman/composer-drupal-lenient": "^1.0"
},
Same principle, but drupal/core bypass is now local.
i