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
Problem: against best practice, the composer.phar installer download checksum was hard coded, but the latest version of the installer was downloaded, resulting in the checksum often not matching the package; build would ultimately fail.
Solution: grab the latest checksum value along with the latest installer package.
More instructions: https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md
0 commit comments