.. |
Autoload
|
Prepend runtime-autoloaders so that dependencies get loaded over Composer bundled packages
|
2021-02-12 11:14:40 +01:00 |
Command
|
Fix invalid interface usage
|
2021-05-04 16:43:24 +02:00 |
Config
|
CS fixes
|
2020-11-22 14:52:39 +01:00 |
Console
|
Update src/Composer/Console/Application.php
|
2021-01-27 09:17:25 +01:00 |
DependencyResolver
|
Make sure update mirrors/--lock keeps the release date of the original reference when dev versions have newer commits, refs #9812
|
2021-04-08 11:54:39 +02:00 |
Downloader
|
Merge pull request from GHSA-h5h8-pc6h-jvvx
|
2021-04-27 13:00:40 +02:00 |
EventDispatcher
|
Also handle throwable on supported php versions
|
2021-05-10 13:14:08 +02:00 |
Exception
|
Fix logic (again)
|
2020-10-25 12:59:01 +00:00 |
IO
|
Merge branch '1.10' into 2.0
|
2021-03-09 21:39:49 +01:00 |
Installer
|
Also make sure filesystem is up to date before generating binary links, refs #9627
|
2021-05-20 13:27:20 +02:00 |
Json
|
JsonFile: add missing ParsingException throws annotations
|
2021-02-05 17:32:25 +01:00 |
Package
|
Fix minimum-stability validation to match what VersionParser::normalizeStability does, closes #9904
|
2021-05-21 15:00:48 +02:00 |
Platform
|
CS fixes
|
2020-11-22 14:52:39 +01:00 |
Plugin
|
Add warning when loading plugins of type composer-installer as they are unlikely to function correctly and should be upgraded to the composer-plugin type
|
2021-04-08 10:40:55 +02:00 |
Question
|
Fix for https://github.com/composer/composer/issues/5989
|
2017-04-10 21:33:30 +01:00 |
Repository
|
Merge pull request from GHSA-h5h8-pc6h-jvvx
|
2021-04-27 13:00:40 +02:00 |
Script
|
CS fixes
|
2020-11-22 14:52:39 +01:00 |
SelfUpdate
|
CS fixes
|
2020-11-22 14:52:39 +01:00 |
Util
|
Make sure async processes fail the promise if they fail to start, fixes #9808
|
2021-05-20 14:15:14 +02:00 |
Cache.php
|
fix `dirname` usage
|
2021-01-06 15:21:45 +03:00 |
Compiler.php
|
Add missing file to v1 phar
|
2020-12-04 09:05:58 +01:00 |
Composer.php
|
Make sure the SOURCE_VERSION works with version_compare against 2.0.0
|
2020-11-12 15:12:46 +01:00 |
Config.php
|
Fix/add tests and also handle case where a json object is used
|
2021-02-11 11:13:58 +01:00 |
Factory.php
|
Only show getting started warning for non-global composer load
|
2020-12-15 20:39:50 +01:00 |
InstalledVersions.php
|
Fix doctype annotations
|
2021-04-07 15:56:34 +02:00 |
Installer.php
|
Update basic docs on install/update, fixes #9754
|
2021-05-21 16:44:05 +02:00 |