Bump utopia-php/http to 2.0.0-RC5#67
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Greptile SummaryThis PR bumps
Confidence Score: 5/5Safe to merge — a straightforward RC patch bump with consistent, matching updates across the lock file, PHP minimum version, CI matrix, and test assertions. All changes are internally consistent: the lock file resolves the new RC, composer.json and the platform section align on PHP 8.4, the CI matrix reflects the new minimum, and the three test assertions correctly adopt the new getHeaderLine() API. No logic regressions or missing updates were found. No files require special attention. Important Files Changed
Reviews (3): Last reviewed commit: "Test against PHP 8.4 and 8.5 only" | Re-trigger Greptile |
http RC5 switched response headers to PSR-7 semantics: keys are lowercased and values are lists of strings. Use getHeaderLine() to read scalar header values. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Drop PHP 8.3 and nightly from the CI matrix and raise the minimum PHP requirement to 8.4. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bumps
utopia-php/httpfrom2.0.0-rc4to2.0.0-RC5.🤖 Generated with Claude Code