Runs composer check-platform-reqs before installing composer dependencies to verify that platform requirements (i.e. php and php extensions) are fulfilled by the PHP process currently running. This could potentially prevent some "white page of death" errors before a deploy.
Fixes #1244
Runs
composer check-platform-reqs
before installing composer dependencies to verify that platform requirements (i.e. php and php extensions) are fulfilled by the PHP process currently running. This could potentially prevent some "white page of death" errors before a deploy.Ref https://getcomposer.org/doc/07-runtime.md#platform-check