Composer v2.0.5 Release Notes

Release Date: 2020-11-06 // over 3 years ago
    • 0๏ธโƒฃ Disabled platform-check verification of extensions by default (now defaulting php-only), set platform-check to true if you want a complete check
    • ๐Ÿ‘Œ Improved platform-check handling of issue reporting
    • ๐Ÿ›  Fixed platform-check to only check non-dev requires even if require-dev dependencies are installed
    • ๐Ÿ›  Fixed issues dealing with custom installers which return trailing slashes in getInstallPath (ideally avoid doing this as there might be other issues left)
    • ๐Ÿ›  Fixed issues when curl functions are disabled
    • ๐Ÿ›  Fixed gitlab-domains/github-domains to make sure if they are overridden the default value remains present
    • ๐Ÿ›  Fixed issues removing/upgrading packages from path repositories on Windows
    • ๐Ÿ›  Fixed regression in 2.0.4 when handling of [email protected] URLs in vcs repositories
    • ๐Ÿ›  Fixed issue running create-project in current directory on Windows