tempest/upgrade

A collection of Rector rules for upgrading Tempest

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

pkg:composer/tempest/upgrade


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