1
0
Fork 0
composer/src/Composer
Jordi Boggiano 1db0a47080
Add prompt to require command if a package name is not found but there are similar names that could be used (#11284)
fixes #11279
2023-06-23 11:15:03 +02:00
..
Advisory Merge branch '2.4' 2022-10-13 16:57:52 +02:00
Autoload Remove dead code 2023-06-23 10:57:56 +02:00
Command Add prompt to require command if a package name is not found but there are similar names that could be used (#11284) 2023-06-23 11:15:03 +02:00
Config Fix CS (#11003) 2022-08-17 14:20:07 +02:00
Console Fix getmypid being required as it is not always available, fixes #11401 2023-05-07 14:48:34 +02:00
DependencyResolver Remove optional package loading to simplify pool builder (#11450) 2023-05-02 23:59:36 +02:00
Downloader Add fallback dist type extension to temp archive files for URLs without extension, fixes #11513 (#11520) 2023-06-22 16:30:48 +02:00
EventDispatcher Fix EventDispatcher on windows picking bat files when using "@php binary", fixes #11490 2023-06-07 15:19:44 +02:00
Exception Enable strict types on all files 2022-02-24 13:24:34 +01:00
Filter/PlatformRequirementFilter Fix handling of upper-bound platform req ignores to not act on conflicts (#11037) 2022-09-13 14:50:27 +02:00
IO Conditional return type for `IOInterface::select()` (#11219) 2022-12-17 22:03:19 +01:00
Installer Return null for install path for metapackages instead of an empty path which then resolves to the root package's path (#11455) 2023-05-14 13:46:46 +02:00
Json Handle better nullable file parameter (#11486) 2023-06-06 23:27:55 +02:00
PHPStan Merge branch '2.5' 2023-03-21 11:53:54 +01:00
Package Merge branch '2.5' 2023-06-07 08:14:20 +02:00
Platform Update to composer/pcre 2.1 (#11189) 2022-11-17 11:34:54 +01:00
Plugin refactor: update `SyncHelper::downloadAndInstallPackageSync` (#11496) 2023-06-06 23:32:39 +02:00
Question Fix CS (#11003) 2022-08-17 14:20:07 +02:00
Repository Merge branch '2.5' 2023-06-09 17:13:53 +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 refactor: update `SyncHelper::downloadAndInstallPackageSync` (#11496) 2023-06-06 23:32:39 +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 Remove extra lines 2022-08-31 12:42:26 +02:00
Composer.php Reverting release version changes 2023-06-09 17:13:22 +02:00
Config.php Prompt users in interactive mode for where to store the credentials if a local auth config file exists (#11188) 2022-12-16 14:31:28 +01:00
Factory.php Prompt users in interactive mode for where to store the credentials if a local auth config file exists (#11188) 2022-12-16 14:31:28 +01:00
InstalledVersions.php Update deps, fix phpstan issues, update baseline (1711, 49) 2023-03-21 10:36:42 +01:00
Installer.php Exit with non-zero code if post-install audit fails (#11362) 2023-03-15 22:11:23 +01:00
PartialComposer.php Fix CS (#11003) 2022-08-17 14:20:07 +02:00