lagoon-examples / drupalnext-base

A ready-to-use Drupal example for use on Lagoon, build from the next major Drupal release (currently Drupal 11)
GNU General Public License v2.0
4 stars 10 forks source link

added drupal-lenient to allow d9 modules #19

Open tobybellwood opened 1 year ago

tobybellwood commented 1 year ago

Adding this module to composer.json allows install of non-d10 compatible modules in composer.json by rewriting the drupal/core constraint prior to composer considering it.

See https://github.com/mglaman/composer-drupal-lenient for more information