From a84d4fb2d19006bd0e7947d865a4e68adeaff318 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ph=C3=A9na=20Proxima?= <adam@phenaproxima.net>
Date: Mon, 14 Feb 2022 16:30:26 -0500
Subject: [PATCH] more ted feedback

---
 package_manager/package_manager.api.php | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/package_manager/package_manager.api.php b/package_manager/package_manager.api.php
index cd3882cc1c..c20dd88e4c 100644
--- a/package_manager/package_manager.api.php
+++ b/package_manager/package_manager.api.php
@@ -129,9 +129,11 @@
  * of the stage life cycle, to ensure that both the active directory and staging
  * area are kept in a safe, consistent state:
  *
- * - No Composer operation which changes the lock file may be executed in the
- *   active directory while a staging area exists, either via Package Manager's
- *   API or externally.
+ * - If the composer.lock file is changed (e.g., by installing or updating a
+ *   package) in the active directory after a staging area has been created,
+ *   Package Manager will refuse to make any further changes to the staging
+ *   area or apply the staged changes to the active directory.
+ * - The Drupal site must not have any pending database updates.
  * - Composer must use HTTPS to download packages and metadata (i.e., Composer's
  *   secure-http configuration option must be enabled). This is the default
  *   behavior.
-- 
GitLab