2.7.8 - released 2024-08-22
    View the release on GitHub
    Changelog
    
- Added release-age,release-dateandlatest-release-datein the JSON output ofoutdated(#12053)
- Fixed PHP 8.4 deprecation warnings
- Fixed addressability of branches containing #signs (#12042)
- Fixed bumpcommand not handling some~constraints correctly (#12038)
- Fixed COMPOSER_AUTH not taking precedence over ./auth.json (#12084)
- Fixed relative: truesometimes not being respected in path repo symlinks (#12092)
- Fixed copy from cache sometimes failing on VirtualBox shared folders (#12057)
- Fixed PSR-4 autoloading order regression in some edge case (#12063)
- Fixed duplicate lib-* packages causing issues when having pecl + core versions of the same PHP extension (#12093)
- Fixed transport-options.ssl for local cert authorization being stored in lock file making them less portable (#12019)
- Fixed memory issues when installing large binaries (#12032)
- Fixed archivecommand crashing when a path cannot be realpath'd on windows (#11544)
- API: Deprecated BasePackage::$stabilities in favor of BasePackage::STABILITIES (685add70ec)
- Improved Docker detection (#12062)