docs: align install examples with PHP 8.4 support matrix - #90
Merged
Conversation
Docker, apt, brew, and FPM snippets still said PHP 8.2. Troubleshooting also labeled App\Livewire as Laravel 11+. Match composer.json (^8.4, Laravel 12/13, Livewire 4). Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Package install and troubleshooting docs still showed PHP 8.2 Docker/apt/brew/FPM commands and a Laravel 11 Livewire namespace note. That drifts from
composer.json(php: ^8.4, Laravel 12|13, Livewire 4) and from the requirements tables that already advertise the V1 matrix.Scope
docs/installation.md: Docker base image, extension install commands, andphp-fpmservice name → 8.4docs/troubleshooting.md: extension install commands → 8.4; Livewire namespace comment → Laravel 12+docs/adr/0001-v1-support-matrix.mdhistorical mentions of PHP 8.2 / Laravel 10–11 intact (they justify the narrowed matrix)CHANGELOG.mdeditsTradeoffs
None. Example commands only.
Blast Radius
Docs readers who copy install snippets. Safe: no runtime code.
Verification
rg -n 'PHP 8\.2|Laravel 10|Laravel 11' docs README.md→ only ADR historical contextcomposer.jsonremains source of truth (^8.4,^12.0|^13.0, Livewire^4.0)Made with Cursor