| 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.
|