True Health
| Branch Name: | feature/WMPR-2795 |
|---|---|
| Build Environment: | qa4 |
| Build Start Time: | 2026-07-16 14:31:47 America/New_York |
| Last Commit: | bedcfcf06670c1aa2550a55725854a7da52ae899 |
| Last Commiter: | author_username is not available (David Rembao) |
| Last Commit Time: | 2026-07-16 14:30:13 America/New_York |
| Last Commit Comment: | fix: Remove alcaeus/mongo-php-adapter and mongodb/mongodb from composer.lock The mongodb PECL extension was removed from dkr_phpfpm/Dockerfile as part of the MongoDB decommission, but composer.lock still pinned alcaeus/mongo-php-adapter and mongodb/mongodb (both require ext-mongodb), breaking 'composer install' during the QA4 pipeline build (COMMAND_EXECUTION_ERROR, exit status 2). Regenerated via 'composer update alcaeus/mongo-php-adapter mongodb/mongodb --with-all-dependencies' inside the actual PHP 8.2 phpfpm image (no ext-mongodb installed), so the lock file now matches the real deployable environment. Verified 'composer install' runs clean with no warnings, and the local site still serves 200 OK afterwards. |