1
0
Fork 0
composer/src/Composer
Jordi Boggiano 2fe3244ddb
Reverting release version changes
2024-05-04 23:03:15 +02:00
..
Advisory Surface the advisory ID when CVE not present. (#11892) 2024-03-19 16:24:10 +01:00
Autoload Update deps 2023-12-18 10:11:33 +01:00
Command Add "uninstall" as alias to "remove". (#11951) 2024-04-29 11:03:03 +02:00
Config Add support for "scripts-aliases" in composer.json (#11666) 2023-10-27 11:36:59 +02:00
Console Tweak exit code for network errors to be 100, refs #11954 2024-05-02 16:49:44 +02:00
DependencyResolver Allow restricting allowed types as well, and allow configured ignored/allowed types in Installer class 2024-04-02 17:38:41 +02:00
Downloader Fix transport exception not always using 255 exit code, fixes #11954 2024-05-02 16:09:13 +02:00
EventDispatcher Fix private autoloader callbacks breaking the new runtime autoloader handling code 2024-05-04 23:01:17 +02:00
Exception Enable strict types on all files 2022-02-24 13:24:34 +01:00
Filter/PlatformRequirementFilter Fix warnings incorrectly being shown when using require with upper bound ignored on platform requirements, fixes #11722 (#11786) 2024-01-08 14:48:24 +01:00
IO Fix context info being missing from output when using the IO classes as PSR-3 logger, fixes #11882 2024-03-11 17:23:06 +01:00
Installer Fix binary proxies having an absolute path to vendor dir when project dir is a symlink, fixes #11947 2024-04-29 11:32:47 +02:00
Json Fix one more case of unsetting a key in an object 2024-04-29 11:19:52 +02:00
PHPStan Merge branch '2.5' 2023-03-21 11:53:54 +01:00
Package Updated array shape of php-ext options (#11950) 2024-04-28 17:28:11 +02:00
Platform Update deps, update baseline (1677, 97), fixes #11875 2024-03-08 09:03:23 +01:00
Plugin Output more warnings about plugins being disabled to hint that it may cause problems, fixes #11839 (#11842) 2024-02-09 11:56:25 +01:00
Question Fix CS (#11003) 2022-08-17 14:20:07 +02:00
Repository Added support for buy_me_a_coffee (#11902) 2024-04-03 11:05:07 +02:00
Script Fix CS (#11003) 2022-08-17 14:20:07 +02:00
SelfUpdate Update deps, fix phpstan issues, update baseline (1711, 49) 2023-03-21 10:36:42 +01:00
Util Don't show root warning for Podman containers (#11946) 2024-04-28 17:34:36 +02:00
Cache.php Allow underscores in cache keys to avoid conflicts with package names containing underscore vs dashes, fixes #11224 (#11229) 2022-12-18 00:03:48 +01:00
Compiler.php Fix diagnose auditing of composer dependencies in phar files 2024-02-08 16:24:16 +01:00
Composer.php Reverting release version changes 2024-05-04 23:03:15 +02:00
Config.php Add a warning message when Composer is not able to guess the root package version (#11858) 2024-02-23 10:47:36 +01:00
Factory.php Ensure integer env vars do not cause a crash, fixes #11908 2024-04-03 10:36:39 +02:00
InstalledVersions.php Update deps, fix phpstan issues, update baseline (1711, 49) 2023-03-21 10:36:42 +01:00
Installer.php Tweak exit code for network errors to be 100, refs #11954 2024-05-02 16:49:44 +02:00
PartialComposer.php Fix CS (#11003) 2022-08-17 14:20:07 +02:00