aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2026-08-06fix(repository-manager): fail explicitly on an unknown repository classnsfisis
2026-08-06fix(download-manager): name the downloader class in its LogicExceptionnsfisis
2026-08-06test(version-selector): drop four stale #[ignore] attributesnsfisis
2026-08-06feat(plugin): let links and release dates cross the RPC boundarynsfisis
2026-08-06refactor(php-shim): take &str and return String from pathinfonsfisis
2026-08-06refactor: replace literal-list in_array_strict with matches!nsfisis
2026-08-06refactor(php-shim): split in_array into strict and loose variantsnsfisis
2026-08-06style(autoload): use raw strings for the PHP heredoc templatesnsfisis
2026-08-06style(binary-installer): use raw strings for the PHP heredoc templatesnsfisis
2026-08-06refactor(class-map-generator): narrow scanPaths' $path to a stringnsfisis
2026-08-06refactor(spdx-licenses): return a dedicated type from getLicenseByIdentifiernsfisis
2026-08-06chore(spdx-licenses): drop members Composer never callsnsfisis
2026-08-06chore: drop @param/@return tags that only restate Rust typesnsfisis
2026-08-06feat(console): override TransportException's code in doRunnsfisis
2026-08-06fix(symfony-filesystem): restore upstream behavior in five spotsnsfisis
2026-08-06refactor(php-shim): take filesystem paths as impl AsRef<Path>nsfisis
2026-08-06test(plugin): cover composer/installers beyond a fresh installnsfisis
2026-08-06test(plugin): compare a composer/installers run against upstream Composernsfisis
2026-08-06feat(plugin): widen the RPC surface to LibraryInstaller-based pluginsnsfisis
2026-08-06test(plugin): compare a plugin-provided installer against upstream Composernsfisis
2026-08-06feat(plugin): run plugin-provided installers through the RPC workernsfisis
2026-08-05test(plugin): pin a composer-normalize fixture and compare its listingnsfisis
2026-08-05test(plugin): compare plugin-provided command execution against upstreamnsfisis
2026-08-05feat(plugin): run plugin-provided commands in a worker-side applicationnsfisis
2026-08-05feat(symfony-console): expose the input __toString on InputInterfacensfisis
2026-08-05docs: describe plugin support and the verified pluginnsfisis
2026-08-05feat(plugin): discover and list plugin-provided commandsnsfisis
2026-08-04feat(plugin): instantiate plugin capabilities through the PHP RPC workernsfisis
2026-08-04feat(php-shim): render stdClass-shaped objects in var_exportnsfisis
2026-08-04docs: state code facts instead of porting-phase progressnsfisis
2026-08-04test(plugin): compare a real-plugin install against upstream Composernsfisis
2026-08-04feat(plugin): expose the composer object graph to plugins over RPCnsfisis
2026-08-04feat(plugin): generate proxy stubs for the package and repository graphnsfisis
2026-08-04test(plugin): tolerate the _composer_tmp rename in the removal testnsfisis
2026-08-04fix(package): keep list-shaped license arrays in ValidatingArrayLoadernsfisis
2026-08-04feat(plugin): remove subscribed listeners when a plugin is removednsfisis
2026-08-04feat(plugin): dispatch plugin event subscribers through the RPC workernsfisis
2026-08-04feat(plugin): generate the worker proxy stubs from the Composer sourcesnsfisis
2026-08-04fix(plugin): resolve review findings in the plugin activation flownsfisis
2026-08-04feat(plugin): activate plugins through the PHP RPC workernsfisis
2026-08-03feat(event-dispatcher): run composer.json PHP scripts through the RPC workernsfisis
2026-08-03test(json): serialize the tests sharing the tabs2.json scratch filensfisis
2026-08-03feat(php-rpc): rework the RPC channel into the tagged plugin protocolnsfisis
2026-08-03docs(plugin): record dispositions of plugin-boundary open questionsnsfisis
2026-08-02fix(repository): resolve remaining late-binding hazards from the auditnsfisis
2026-08-02fix(repository): restore late-bound initialize in ComposerRepository fallthro...nsfisis
2026-08-02fix(repository): restore late-bound initialize in FilesystemRepository add/re...nsfisis
2026-08-02test(bootstrap): port the remaining env setup from tests/bootstrap.phpnsfisis
2026-08-02feat(php-shim): implement HTTP last-response-headers store and ASCII mb_check...nsfisis
2026-08-02fix(json): propagate JsonFile::encode errors instead of unwrappingnsfisis