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 c7da7e55c9
Fix various issues with regard to schema conformity when modifying json, fixes #9515
4 years ago
..
Autoload Reuse devPackageNames if available instead of filtering the dev packages out by looping through all requirements 4 years ago
Command Fix phpstan phpdocs issues (#9478) 4 years ago
Config Fix various issues with regard to schema conformity when modifying json, fixes #9515 4 years ago
Console Make sure we handle cases where STDIN/STDOUT may not be defined 4 years ago
DependencyResolver Fix phpstan phpdocs issues (#9478) 4 years ago
Downloader Remove unnecessary overridden method 4 years ago
EventDispatcher Merge branch 'master' into code-improvements 4 years ago
Exception Fix logic (again) 4 years ago
IO Removed passing of parameters with default value 4 years ago
Installer Fix phpstan phpdocs issues (#9478) 4 years ago
Json Fix various issues with regard to schema conformity when modifying json, fixes #9515 4 years ago
Package Make sure root aliases are marked as such also when loaded from lock file 4 years ago
Platform Several small code improvements 4 years ago
Plugin Installed repo contains only the required versions but the aliases are not always present at the right time so avoid looking up plugin dependencies using a constraint as it may not find dev-* packages even though they are there, fixes #9499 4 years ago
Question Fix for https://github.com/composer/composer/issues/5989 7 years ago
Repository Fix phpstan phpdocs issues (#9478) 4 years ago
Script Merge branch 'master' into code-improvements 4 years ago
SelfUpdate Merge branch '1.10' 4 years ago
Util Fix phpstan phpdocs issues (#9478) 4 years ago
Cache.php Add a readonly mode to the cache, fixes #9150 4 years ago
Compiler.php Make sure a version not found issue is reported as such for clarity, fixes #9500 4 years ago
Composer.php Make sure the SOURCE_VERSION works with version_compare against 2.0.0 4 years ago
Config.php Disable full platform-check for extensions by default, now set to php-only, refs #9412 4 years ago
Factory.php Always load the current InstalledVersions when writing to disk, fixes #9457 4 years ago
InstalledVersions.php Use consistent phpdoc nullable syntax 4 years ago
Installer.php Use proper type hint for local repo 4 years ago