Skip to content

Commit

Permalink
document allow-all
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman committed Nov 21, 2024
1 parent 85ee574 commit 0aa4cae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0aa4cae

Please sign in to comment.