| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-08-11 | refactor(util): drop the unused TlsHelper port | nsfisis | |
| Composer's Composer\Util\TlsHelper is marked deprecated for removal in Composer 3.0 and has no caller in composer/composer outside its own test: PHP's stream layer verifies certificate hostnames itself, and the one surviving method delegates to composer/ca-bundle. The Rust port had no caller either, so it, its test, and the openssl_x509_parse shim it was the sole user of are removed. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> | |||
| 2026-08-09 | refactor(php-shim): remove shim functions with no callers | nsfisis | |
| Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> | |||
| 2026-06-21 | refactor(php-shim): split lib.rs | nsfisis | |
