Skip to content

[4.x] Fix Checks#1709

Open
JonPurvis wants to merge 1 commit into
pestphp:4.xfrom
JonPurvis:fix-checks
Open

[4.x] Fix Checks#1709
JonPurvis wants to merge 1 commit into
pestphp:4.xfrom
JonPurvis:fix-checks

Conversation

@JonPurvis
Copy link
Copy Markdown
Contributor

@JonPurvis JonPurvis commented May 16, 2026

What:

  • Bug Fix

Description:

After pest-plugin-browser was raised to ^4.3.1 (e766825f), PRs from branches not named 4.x fail at composer update because the root package is inferred as dev-<branch>, which does not satisfy pest ^4.4.5. Setting the root version unblocks CI for all PRs targeting 4.x.

pest-plugin-browser ^4.3.1 requires pestphp/pest ^4.4.5 on the root package.
Without an explicit version, Composer infers dev-<branch> on PR branches,
which fails composer update before tests run.
@JonPurvis JonPurvis changed the title Fix Checks [4.x] Fix Checks May 16, 2026
@JonPurvis
Copy link
Copy Markdown
Contributor Author

Hey @nunomaduro 👋

Does this change make sense to you? I noticed checks failing on my earlier PR and I believe this is the fix needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant