aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2026-08-02refactor(php-shim): replace sprintf todo!() with an unsupported panicnsfisis
2026-08-02refactor(auditor): build the summary line with format! instead of sprintfnsfisis
2026-08-02fix(diagnose-command): pass the self-audit when installed.json is absentnsfisis
2026-08-02fix(symfony-finder): make Glob::to_regex regex-crate compatiblensfisis
2026-08-02refactor(git-exclude-filter): pass the line parser as a method referencensfisis
2026-08-01feat(symfony-console): implement interactive question/style helpersnsfisis
2026-08-01feat(php-shim): implement Phar/PharData and the zlib/bzip2 functionsnsfisis
2026-08-01feat(php-src): add a BSD-licensed crate for php-src derived codensfisis
2026-07-26feat(diagnose-command): report the real curl versionnsfisis
2026-07-26fix(diagnose-command): give the audit BufferIO normal verbositynsfisis
2026-07-26fix(symfony-string): convert between ASCII and UTF-8 instead of panickingnsfisis
2026-07-26fix(console-table): wrap cells that exceed the column max widthnsfisis
2026-07-26feat(diagnose-command): query the real PHP runtime in one RPC callnsfisis
2026-07-25fix(package-discovery): honor ignored platform reqs in shadowed-repo lookupnsfisis
2026-07-25fix(require-command): end input borrow before asking for confirmationnsfisis
2026-07-25fix(package-discovery): pass IO so platform requirement warnings surfacensfisis
2026-07-25feat(console): register plugin commands via Application::addnsfisis
2026-07-25refactor(json): embed Composer schemas instead of copying them to targetnsfisis
2026-07-25perf(advisory): share AnySecurityAdvisory via Rcnsfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-25feat(tracing): init tracing subscriber from $SHIRABE_TRACINGnsfisis
2026-07-25refactor(operation): replace OperationInterface with AnyOperation enumnsfisis
2026-07-25chore: remove unused importsnsfisis
2026-07-24fix(event-dispatcher): invoke Closure listeners instead of always failing is_...nsfisis
2026-07-24test(installer-test): revert to loop-based fixture iterationnsfisis
2026-07-24docs(installer-test): record confirmed cause for github-issues-7665 ignorensfisis
2026-07-24fix(solver-problems): compare RULE_LEARNED sort keys like PHP's <=>nsfisis
2026-07-24fix(solver-problems): preserve first-occurrence order in extension hintnsfisis
2026-07-24fix(installer-test): catch exceptions thrown during composer constructionnsfisis
2026-07-24fix(array-dumper): dump source/dist mirrors as a JSON arraynsfisis
2026-07-24fix(package): rewrite dist-reference SHA regex without look-aroundnsfisis
2026-07-24fix(composer-repository): initialize wrapper before delegating loadPackagesnsfisis
2026-07-24fix(installer-test): port InstallerTest::setUp's chdir(__DIR__)nsfisis
2026-07-24fix(pool-builder): use plain getPackages() on locked repositorynsfisis
2026-07-24fix(dependency-resolver): query real PHP for ext-* version/loaded checksnsfisis
2026-07-24fix(installer-test): classify EXPECT-LOCK by PHP truthiness, not string matchnsfisis
2026-07-24fix(php-shim): keep literal '>' outside tags in strip_tagsnsfisis
2026-07-24fix(locker): return stability-flags as int, not stringnsfisis
2026-07-24fix(installer-test): match Locker content-hash encoding to lock hashnsfisis
2026-07-24test(installer): split integration tests into one #[test] per fixturensfisis
2026-07-24refactor(filesystem-repository): drop eval() shim, defer installed.php reload...nsfisis
2026-07-24docs(symfony-filesystem): mark unported Filesystem gaps with TODO(phase-c)nsfisis
2026-07-24refactor(symfony-filesystem): remove unused Filesystem API surfacensfisis
2026-07-24refactor(symfony-style): remove unused StyleInterface impl on OutputStylensfisis
2026-07-24refactor(symfony-process): remove unused Process API surfacensfisis
2026-07-23feat(process-executor): stub plugin-facing execute_async_php pathnsfisis
2026-07-23fix(plugin-class-classifier): reach docblock-only generic payload typesnsfisis
2026-07-23feat(plugin-class-classifier): add query helper for single-class lookupsnsfisis
2026-07-23feat(plugin-class-classifier): add deterministic plugin-boundary classifiernsfisis
2026-07-23fix(bench): pin composer binary and work around HTTP/3 slowdownnsfisis