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 351b14e32b
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
..
Autoload Reuse devPackageNames if available instead of filtering the dev packages out by looping through all requirements 4 years ago
Command List both unzip and zip ext presence in diagnose 4 years ago
Config Make sure empty objects are not left behind when removing requires/.. fixes #9462 4 years ago
Console Make sure we handle cases where STDIN/STDOUT may not be defined 4 years ago
DependencyResolver Create ROOT_ALIAS rules inside package rule generation 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 Add debug output when SIGINT is received 4 years ago
Json Make sure empty objects are not left behind when removing requires/.. fixes #9462 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 Always load the current InstalledVersions when writing to disk, fixes #9457 4 years ago
Script Merge branch 'master' into code-improvements 4 years ago
SelfUpdate Merge branch '1.10' 4 years ago
Util Improve curl error reporting some more 4 years ago
Cache.php Add a readonly mode to the cache, fixes #9150 4 years ago
Compiler.php Fix running compiler in CI env 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