aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2026-06-29feat(repository): instantiate vcs, artifact, path repositories by classnsfisis
2026-06-29feat(vcs): clone io handle in ForgejoDriver git/OAuth setupnsfisis
2026-06-29feat(console): implement StringInput stringification in global proxynsfisis
2026-06-29feat(require): update locker hash with stability flags rewriternsfisis
2026-06-29feat(audit): implement get_packages non-locked branchnsfisis
2026-06-29feat(package): implement RootAliasPackage root getters via owned returnsnsfisis
2026-06-29fix(json): use php_truthy for JsonManipulator content validity guardsnsfisis
2026-06-29feat(console): implement output instanceof downcasts in process/progress helpersnsfisis
2026-06-29fix(advisory): pass IO as shared handle to Auditor::auditnsfisis
2026-06-29refactor(json): replace seld/jsonlint with serde_jsonnsfisis
2026-06-29chore(lint): ban bare `use anyhow::Result` and fully qualify itnsfisis
2026-06-28test(show): clarify ignore reason for empty platform sectionnsfisis
2026-06-28fix(repository): flatten InstalledRepository and unwrap filter repos in shownsfisis
2026-06-28fix(installer): execute install/update/uninstall ops in execute_batchnsfisis
2026-06-28test(installer): port InstallerTest unit and integration harnessnsfisis
2026-06-28test(functional): port AllFunctionalTest integration harnessnsfisis
2026-06-28feat(process): implement PhpExecutableFinder::find env fallbacksnsfisis
2026-06-28fix(http): avoid nested tokio runtime panic in download pathnsfisis
2026-06-28fix(util): restore PHP delimiters in ported regex patternsnsfisis
2026-06-28refactor: add linternsfisis
2026-06-28feat(package): impl alias getter delegation via owned String returnsnsfisis
2026-06-28feat(repository): impl RepositoryInterface for Artifact/Path/Vcs reposnsfisis
2026-06-28test(json): drop JsonFormatterTest stubnsfisis
2026-06-28chore: add comment to PhpMixednsfisis
2026-06-28test(downloader): cfg-gate XzDownloaderTest skip on Windows/32bitnsfisis
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