Skip to content

Comments

Add support for PHPUnit 13#171

Open
simPod wants to merge 1 commit intoSymfonyTest:masterfrom
simPod:claude/allow-phpunit-v13-CledX
Open

Add support for PHPUnit 13#171
simPod wants to merge 1 commit intoSymfonyTest:masterfrom
simPod:claude/allow-phpunit-v13-CledX

Conversation

@simPod
Copy link

@simPod simPod commented Feb 15, 2026

This change updates the PHPUnit dependency constraint to support version 13.0 and above, in addition to the previously supported versions.

Summary

Extended PHPUnit version compatibility to include the latest major version (13.0) while maintaining backward compatibility with existing supported versions (10.5.11, 11.5, and 12.0).

Changes

  • Updated phpunit/phpunit version constraint from ^10.5.11 || ^11.5 || ^12.0 to ^10.5.11 || ^11.5 || ^12.0 || ^13.0

This allows the package to work with PHPUnit 13.0 and future minor/patch releases within the 13.x branch.

https://claude.ai/code/session_01LRy8BQjokyWrEaor5VtfYF

@X-Coder264
Copy link

X-Coder264 commented Feb 18, 2026

@mbabker @Nyholm Could we please get this merged and released? Thanks.

@wickedOne
Copy link
Contributor

first matthiasnoback/symfony-config-test needs to be tagged & released before we can test it i think

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.

4 participants