Skip to content

fix: do not keep the locking of PHPUnit#1631

Open
misaert wants to merge 1 commit intopestphp:4.xfrom
misaert:fix-prevent-lock-phpunit
Open

fix: do not keep the locking of PHPUnit#1631
misaert wants to merge 1 commit intopestphp:4.xfrom
misaert:fix-prevent-lock-phpunit

Conversation

@misaert
Copy link
Contributor

@misaert misaert commented Feb 11, 2026

What:

Bug Fix

Description:

It seems since bb1a0b5, PestPHP locks the version of PHPUnit. I don't know if it is always useful but I guess we can remove it.

If we can't, so the constraint in "conflict" doesn't seem appropriate. Maybe fix the version in "require":

{
  "require": {
    "phpunit/phpunit": "12.5.8"
  }
}

Or accept the patches:

{
  "require": {
    "phpunit/phpunit": "~12.5.8"
  }
}

What is the right choice?

Thanks

Mika

Related:

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