You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Composer upgraded to 2.10.1+ — servers provisioned earlier kept whatever Composer build the getcomposer.org installer shipped at the time (some as old as 2.9.x), which lags the current stable 2.x release. setup.sh now enforces a Composer 2.10.1 floor on fresh installs: after running the installer it checks the reported version and, when below the floor, runs composer self-update --2 (falling back to a pinned self-update 2.10.1). Migration 4.6.1 applies the same guard to existing servers on cipi self-update — it self-updates the system Composer (/usr/local/bin/composer) to the latest stable 2.x when below 2.10.1, and is idempotent (servers already at/above the floor are skipped).