EVOLUTION-NINJA
Edit File: up-to-typo3-7.php
<?php declare (strict_types=1); namespace RectorPrefix20211231; use Ssch\TYPO3Rector\Set\Typo3SetList; use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return static function (\Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator $containerConfigurator) : void { $containerConfigurator->import(\Ssch\TYPO3Rector\Set\Typo3SetList::TYPO3_76); };