aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2026-06-28test(command): port HomeCommandTest useCaseProvider casesnsfisis
2026-06-28test(command): port DiagnoseCommandTest casesnsfisis
2026-06-28test(tests): use mockall for hand-written interface mocksnsfisis
2026-06-28test(util/git): port interactive Bitbucket OAuth runCommand testnsfisis
2026-06-28test(repository): port testRepositoryWritesInstalledPhpnsfisis
2026-06-28fix(php-shim): emit NUL bytes as concatenation in var_exportnsfisis
2026-06-28test(console): correct inaccurate test skip reasonsnsfisis
2026-06-28test(console): port DocumentationTest::testCommandnsfisis
2026-06-28test(package/archiver): port testGitExcludesnsfisis
2026-06-28test(package/version): port testFindRecommendedRequireVersionnsfisis
2026-06-28test(downloader): port Fossil/Hg testRemovensfisis
2026-06-28test(factory): port testDefaultValuesAreAsExpectednsfisis
2026-06-28test(config): port testProhibitedUrlsWarningVerifyPeernsfisis
2026-06-28test(command/status): port testLocallyModifiedPackagesnsfisis
2026-06-28test(util): port MetadataMinifier expand testnsfisis
2026-06-27feat(installer): register default installers after Composer Rc is builtnsfisis
2026-06-27feat(command/update): port UpdateCommand input definitionnsfisis
2026-06-27refactor(http): present reqwest instead of faking curl_versionnsfisis
2026-06-27fix(json): encode empty stdClass fields as {} not []nsfisis
2026-06-27fix(autoload): correct generated autoloader blank linesnsfisis
2026-06-27fix(php-shim): encode empty PhpMixed::Array as []nsfisis
2026-06-27test: serialize env-var-dependent testsnsfisis
2026-06-27test: port Composer tests unblocked by mockall, add seamsnsfisis
2026-06-27test: add mockall cratensfisis
2026-06-27fix(command/show): match PHP null/isset semantics in package outputnsfisis
2026-06-27fix(json): include property name in required-property errorsnsfisis
2026-06-27refactor(composer): hold managers behind *Interface traitsnsfisis
2026-06-27refactor(main): minor refactoringnsfisis
2026-06-27chore(php-shim): remove an unnecessary shim functionnsfisis
2026-06-27test(command): port install/reinstall/require/update tester testsnsfisis
2026-06-27fix(package-repository): load entries with default CompletePackage classnsfisis
2026-06-27fix(filesystem-repository): avoid RefCell double borrow on installed.phpnsfisis
2026-06-27fix(locker): build InstalledRepository with locked and root reposnsfisis
2026-06-27feat(php-shim): drop shutdown function shim, defer OOM message to PHPnsfisis
2026-06-27refactor(command): replace composer_full_mut with shared composer_fullnsfisis
2026-06-27fix(validate-command): release Composer borrow before dispatching CommandEventnsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-26test(cli): force --no-interaction so init does not hang under a TTYnsfisis
2026-06-26feat(output-style): implement is_console_output_interface via AsAny downcastnsfisis
2026-06-26feat(show-command): port the real configure() input definitionnsfisis
2026-06-26fix(remove-command,pool-builder): drop Composer re-entrancy and PRE_POOL_CREA...nsfisis
2026-06-26fix(check-platform-reqs-command): add PlatformRepository to existing compositensfisis
2026-06-26test(command): port show/remove/global/audit/check-platform-reqs/status/self-...nsfisis
2026-06-26feat(symfony-style): implement is_console_output_interface, apply real table ...nsfisis
2026-06-26test(cli): un-ignore archive/browse/clear-cache/init smoke testsnsfisis
2026-06-26test(base-dependency-command): correct why-not ignore reason to trigger_errornsfisis
2026-06-26refactor(symfony-table): model rows/cells with enums instead of PhpMixednsfisis
2026-06-26test(config-command): un-ignore test_config_reads_repos_by_numeric_indexnsfisis
2026-06-26feat(php-shim): stub spl_autoload_register/unregister (TODO-flagged)nsfisis
2026-06-26fix(dump-autoload-command): borrow Composer immutably in executensfisis