tempest / upgrade
A collection of Rector rules for upgrading Tempest
v3.14.1
2026-07-07 08:22 UTC
Requires
- php: ^8.5
- rector/rector: 2.3.8
Requires (Dev)
- phpstan/phpstan: 2.1.40
This package is auto-updated.
Last update: 2026-07-08 06:54:29 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