Skip to content

Rector rules for upgrading EventSauce from 0.8 to 1.0.

Notifications You must be signed in to change notification settings

EventSaucePHP/RectorFrom0to1

Repository files navigation

EventSauce 0.8 to 1.0 Rector Set

This package provides a rector configuration to help you migrate from version 0.8 to version 1.0. All the interface changes, renamed, and added return types have been taken care of.

Usage

composer require --dev eventsauce/rector-0-to-1

Now use the `` function in your rector configuration:

<?php

use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;

return static function (ContainerConfigurator $containerConfigurator): void {
    upgradeEventSauceFrom0to1($containerConfigurator);

    // your other rector configuration settings
};

About

Rector rules for upgrading EventSauce from 0.8 to 1.0.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages