tempest / upgrade
A collection of Rector rules for upgrading Tempest
v3.18.0
2026-07-29 07:07 UTC
Requires
- php: ^8.5
- rector/rector: 2.5.8
Requires (Dev)
- phpstan/phpstan: 2.2.6
This package is auto-updated.
Last update: 2026-07-29 07:12:09 UTC
README
- Make sure rector is installed:
composer require rector/rector --dev- Run
vendor/bin/rectorif you don't have arector.phpconfig file
- Add the necessary rector sets in your
rector.phpconfig file:
return RectorConfig::configure() // … ->withSets([ TempestSetList::TEMPEST_20, ]);
- Run
vendor/bin/rector