You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jordi Boggiano d6f4111f35
Fix php 5.3 support
3 years ago
..
Autoload ClassMapGenerator: fix the regex 3 years ago
Command Avoid using an invalid path for InstalledFilesystemRepo in create-project and use an array repo instead, fixes #10020, fixes #10021 3 years ago
Config Introduce a cross-platform safe version of is_readable to support UNC / wsl$ paths on Windows (#9861) 3 years ago
Console Fix private property access, fixes #10022 3 years ago
DependencyResolver More php8.1 deprecation fixes, refs #10008 3 years ago
Downloader Fix php 5.3 support 3 years ago
EventDispatcher Cleanups 3 years ago
Exception Fix logic (again) 4 years ago
IO Merge branch '2.0' 3 years ago
Installer Fix source binaries not being made executable when symlinks cannot be used, fixes #9961 3 years ago
Json Make sure the LAX_SCHEMA handling disables required/additionalProperties as it used to do but strict schema requires properties only for the composer schema 3 years ago
Package PHP 8.1: fix more return type deprecation warnings (#10039) 3 years ago
Platform PHP 8.1 | Fix "Implicit conversion from non-compatible float" deprecation notice 3 years ago
Plugin Fix CS 3 years ago
Question Fix for https://github.com/composer/composer/issues/5989 7 years ago
Repository PHP 8.1: fix deprecation warnings about incorrect default values (#10036) 3 years ago
Script Some phpstan level 4 fixes 3 years ago
SelfUpdate CS fixes 4 years ago
Util Url: fix sanitize for new github tokens (#10048) 3 years ago
Cache.php Prevent cache gc from happening during test suite runs, and add output so it is clear why it is blocking for a bit 3 years ago
Compiler.php Switch phar signatures to sha512 3 years ago
Composer.php Bump source version to 2.1.999 3 years ago
Config.php Fix config support for new bin-compat value, refs #9959 3 years ago
Factory.php Fix support for writing into UNC paths, and comparing UNC paths correctly in InstalledVersions, fixes #9993 3 years ago
InstalledVersions.php Fix usage of InstalledVersions when loaded from composer/composer installed as a dependency and runtime Composer is v1, fixes #9937 3 years ago
Installer.php Cleanups 3 years ago