rectorphp / rector-phpunit

Rector upgrade rules for PHPUnit
http://getrector.com
MIT License
61 stars 47 forks source link

[DX] Merge 9.1 set to PHPUnit 10, to keep it simple and major-only as all other sets #208

Closed TomasVotruba closed 1 year ago

TomasVotruba commented 1 year ago

This address issue from https://github.com/rectorphp/rector-phpunit/pull/206

The sets should always target only the major version, as PHPUnit is quite a small package with well done BC compatibility. Splitting sets into minor version would create extreeme complexity. Let's make it simple instead :)