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 b7e1383083
Make sure the alias package gets added to conflict rules etc, and only add it if aliased package is actually added
4 years ago
..
Autoload Reuse devPackageNames if available instead of filtering the dev packages out by looping through all requirements 4 years ago
Command Make sure empty objects are not left behind when removing requires/.. fixes #9462 4 years ago
Config Make sure empty objects are not left behind when removing requires/.. fixes #9462 4 years ago
Console Fix/normalize tty handling 4 years ago
DependencyResolver Make sure the alias package gets added to conflict rules etc, and only add it if aliased package is actually added 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 Extract POST_PACKAGE_* events to be executed all at once and not in parallel with async code to avoid edge cases, fixes #9463 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 Rename mainPackage to rootPackage in AutoloadGenerator and ensure we use RootPackageInterface 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 Fix/normalize tty handling 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