Search by

tempest / upgrade

brendt

A collection of Rector rules for upgrading Tempest

v3.19.2 2026-09-04 08:10 UTC

This package is auto-updated.

Last update: 2026-09-09 10:08:37 UTC


README

  1. Make sure rector is installed:
    • composer require rector/rector --dev
    • Run vendor/bin/rector if you don't have a rector.php config file
  2. Add the necessary rector sets in your rector.php config file:
return RectorConfig::configure()
    // …
    ->withSets([
        TempestSetList::TEMPEST_20,
    ]);
  1. Run vendor/bin/rector