Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
xelmido
pushed a commit
to xelmedia/bedrock-headless-zilch
that referenced
this pull request
Apr 1, 2026
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.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.
Bump minimum PHP version to 8.3
This PR raises Bedrock's minimum PHP requirement from 8.1 to 8.3.
Why 8.3 (not 8.2)?
PHP 8.1 reached end of life on December 31, 2025.
PHP 8.2 reaches EOL in December 2026, which would force another bump soon.
PHP 8.3 receives security support through December 2027, giving this change a longer useful window.
Ecosystem alignment
The Roots ecosystem is converging on 8.3:
php: ^8.3, which aligns with Acorn's directionSetting 8.3 here keeps Bedrock consistent with the tools most users are running alongside it.
Adoption
Per WordPress.org stats, PHP 8.3 is at ~19% of WordPress installs. Bedrock's audience (developers managing their own infrastructure via Trellis, containers, or local dev tools) is well-positioned to be on 8.3 already.
If your project requires an earlier PHP version, adjusting the
phpconstraint incomposer.jsonis a one-line change.Sources:
php_version: "8.3": https://github.com/roots/trellis/blob/master/group_vars/all/main.yml^8.3): https://github.com/laravel/framework/blob/13.x/composer.json