From 0aa4caec7e2747f943923414130280fc6ffd9452 Mon Sep 17 00:00:00 2001 From: Matt Glaman Date: Thu, 21 Nov 2024 09:53:04 -0600 Subject: [PATCH] document `allow-all` --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4d10d71..20b9232 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,16 @@ Alternatively, manually add the latest version in the module `*.info.yml` file: core_version_requirement: ^9.3 || ^10 || ^11 ``` +## Allowing all packages + +If you want to allow all packages to have a lenient Drupal core version constraint, you can set `extra.drupal-lenient.allow-all` to `true`. + +```shell +composer config --json extra.drupal-lenient.allow-all true +``` + +Using `allow-all` allows you to install any package without needing to add it to the `allowed-list`. + ## Support when `composer.lock` removed This plugin must be installed globally if your project's `composer.lock` file is removed.