diff --git a/README.md b/README.md index 13dc0b8..e2c0496 100644 --- a/README.md +++ b/README.md @@ -243,10 +243,14 @@ class CustomizerConfig { ### `cleanup()` Using the `cleanup()` method, the template project authors can additionally -process the `composer.json` file content before all dependencies are updated and -process files. This runs after all answers are received and the user confirms +process the `composer.json` file content before all dependencies are updated. +This runs after all answers are received and the user confirms the intended changes. +Use `$composerjson = [];` to prevent dependencies updates by the Customizer. +This essentially means that you are managing that process outside of this +method. + ```php /** * A callback to process cleanup.