.. |
Autoload
|
Merge branch 'master' into code-improvements
|
2020-10-13 12:23:13 +02:00 |
Command
|
Remove fulluri checks and tidy diagnose output
|
2020-10-29 10:28:51 +00:00 |
Config
|
Changed all substr calls used to compare fragments of text to strpos
|
2020-09-07 21:08:34 +02:00 |
Console
|
Removed passing of parameters with default value
|
2020-09-20 02:16:28 +02:00 |
DependencyResolver
|
Fix typo
|
2020-10-25 21:25:56 +01:00 |
Downloader
|
Fix availability of $urls in FileDownloader
|
2020-10-15 16:11:16 -04:00 |
EventDispatcher
|
Merge branch 'master' into code-improvements
|
2020-10-13 12:23:13 +02:00 |
Exception
|
Fix logic (again)
|
2020-10-25 12:59:01 +00:00 |
IO
|
Removed passing of parameters with default value
|
2020-09-20 02:16:28 +02:00 |
Installer
|
Use httpdownloader/curl to process install notifications
|
2020-10-27 13:50:03 +01:00 |
Json
|
Removed unneccesary elseifs
|
2020-09-20 02:16:28 +02:00 |
Package
|
Fix lock file generation with dev-master aliases to be compatible with Composer 1, fixes #9337
|
2020-10-27 20:50:26 +01:00 |
Platform
|
Several small code improvements
|
2020-09-26 00:55:19 +02:00 |
Plugin
|
Make sure global plugins are described as such in loading output, fixes composer/package-versions-deprecated#15
|
2020-10-27 09:36:59 +01:00 |
Question
|
Fix for https://github.com/composer/composer/issues/5989
|
2017-04-10 21:33:30 +01:00 |
Repository
|
Use IO for output
|
2020-10-26 12:34:27 +01:00 |
Script
|
Merge branch 'master' into code-improvements
|
2020-10-13 12:23:13 +02:00 |
SelfUpdate
|
Merge branch '1.10'
|
2020-07-30 21:06:51 +02:00 |
Util
|
Use httpdownloader/curl to process install notifications
|
2020-10-27 13:50:03 +01:00 |
Cache.php
|
Add a readonly mode to the cache, fixes #9150
|
2020-08-25 13:55:32 +02:00 |
Compiler.php
|
Make sure no unknown files get excluded from the phar, fixes #9331
|
2020-10-24 20:49:07 +02:00 |
Composer.php
|
Fix class name case, refs #8939
|
2020-06-02 16:20:31 +02:00 |
Config.php
|
Merge branch 'master' into code-improvements
|
2020-10-13 12:23:13 +02:00 |
Factory.php
|
Add sync helper to give plugins utilities to work with async stuff more easily when one does not care about async
|
2020-10-13 11:04:16 +02:00 |
InstalledVersions.php
|
Use consistent phpdoc nullable syntax
|
2020-08-02 15:10:54 +01:00 |
Installer.php
|
On composer install we fix locked packages, but consider them locked for error reporting
|
2020-10-14 11:46:13 +02:00 |