PHP applications are installing with Composer 1, which is a lot slower than Composer 2. Composer 1 is also in basic end of life.
post-deploy | 20:51:31 -----> Installing dependencies… post-deploy | 20:51:31 Composer version 1.10.10 2020-08-03 11:35:19
Is there a way to get Composer 2 as the default? Or does the build script require calling comopser self-update
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
👋🏼 @nmd.matt
Composer 2 support should be out very early in January :)
UPDATE: Composer 2 is now supported. App Platform will use the same version of Composer that generated the app’s
composer.lock
file.