tempest / upgrade
A collection of Rector rules for upgrading Tempest
v3.11.7
2026-05-22 11:16 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-06-16 08:40:39 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