From 9364eede64c41a6600255452b8cf52f0be15095a Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Tue, 10 Dec 2024 13:37:20 -0700 Subject: [PATCH] Update source/releasenotes/2024-12-10-composer-2-8-3.md Co-authored-by: Steve Persch --- source/releasenotes/2024-12-10-composer-2-8-3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/releasenotes/2024-12-10-composer-2-8-3.md b/source/releasenotes/2024-12-10-composer-2-8-3.md index 7d73f1d797..d7d2375678 100644 --- a/source/releasenotes/2024-12-10-composer-2-8-3.md +++ b/source/releasenotes/2024-12-10-composer-2-8-3.md @@ -9,6 +9,7 @@ Composer 2.8.3 is now available on Pantheon as of December 10, 2024. ### Automatic rollout - No action required Composer 2.8.3 will gradually roll out to automatically. No action required from you during this process. +Composer commands can be run against sites on Pantheon via the [Terminus Composer plugin](https://github.com/pantheon-systems/terminus-composer-plugin). For operations that modify version controlled code (like adding a module via `composer require` which will change `composer.json` and `composer.lock`) you must run such commands in Dev or Multidev environments where version controlled files are writable. Such files are not writeable in Test and Live environments. ### Breaking changes