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 10ae1d7b08
Fix some PHP 8.1 deprecation warnings, fixes #10008
3 years ago
..
Autoload Fix autoload generation for dev dependencies when --no-scripts is used, fixes #9934 3 years ago
Command Improve error reporting in require command, fixes invalid case of consistency issue, fixes #10006 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 Make sure schema issues are always reported correctly, but not in init when Composer is not required, fixes #9986 3 years ago
DependencyResolver Fix some PHP 8.1 deprecation warnings, fixes #10008 3 years ago
Downloader Also look up 7zz on linux/macOS, fixes #9951 3 years ago
EventDispatcher Cleanups 3 years ago
Exception Fix logic (again) 4 years ago
IO Merge branch '2.0' 4 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 Fix archive command now that zips are extracted async, refs composer/satis#655 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 8 years ago
Repository Fix some PHP 8.1 deprecation warnings, fixes #10008 3 years ago
Script Some phpstan level 4 fixes 3 years ago
SelfUpdate CS fixes 4 years ago
Util Update PHPStan and remove ignore 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 Make sure InstalledVersions ships to project with docblocks 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