1
0
Fork 0
composer/src/Composer
Jordi Boggiano c0eb9834fe
Merge pull request #9116 from ryanaslett/patch-1
Update PathDownloader.php
2020-08-11 09:54:09 +02:00
..
Autoload Replace cascading str_replace() calls with strtr() 2020-06-23 04:10:26 +07:00
Command Merge branch '1.10' 2020-07-30 21:06:51 +02:00
Config
Console Add a default signal handler to avoid having the SIGINTs ignored, fixes #9027 2020-07-01 11:37:38 +02:00
DependencyResolver Merge branch '1.10' 2020-07-30 21:06:51 +02:00
Downloader Merge pull request #9116 from ryanaslett/patch-1 2020-08-11 09:54:09 +02:00
EventDispatcher Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 2020-06-04 16:08:23 +02:00
Exception Add missing class 2020-06-03 15:28:10 +02:00
IO Add basic progress bar capability while waiting for jobs to complete 2020-06-16 14:00:22 +02:00
Installer Reuse operation formatting logic in downloaders 2020-06-17 12:33:02 +02:00
Json Fix creation of a php: dir when running create-project, fixes #8849 2020-05-01 17:23:32 +02:00
Package Fix 5.3 support 2020-06-26 16:58:02 +02:00
Plugin Replace cascading str_replace() calls with strtr() 2020-06-23 04:10:26 +07:00
Question
Repository Merge branch '1.10' 2020-07-30 21:06:51 +02:00
Script
SelfUpdate Merge branch '1.10' 2020-07-30 21:06:51 +02:00
Util Merge pull request #9058 from Seldaek/zip-cleanup 2020-07-21 17:17:12 +02:00
Cache.php Replace whitelist with allow list 2020-06-07 22:15:09 +01:00
Compiler.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
Composer.php Fix class name case, refs #8939 2020-06-02 16:20:31 +02:00
Config.php Add platform-check config option to disable platform_check.php generation, and disable it for Composer 2020-04-21 15:25:35 +02:00
Factory.php Avoid attempting to use /etc/xdg as base config home, fixes #9053, refs #9045 2020-07-16 14:59:49 +02:00
InstalledVersions.php Use consistent phpdoc nullable syntax 2020-08-02 15:10:54 +01:00
Installer.php Fix: Reference 2020-07-21 23:25:05 +02:00