mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
Upgrade php to v8.3 with rector
This commit is contained in:
@@ -39,12 +39,17 @@ return static function (RectorConfig $rectorConfig): void {
|
||||
|
||||
//define sets of rules
|
||||
$rectorConfig->sets([
|
||||
LevelSetList::UP_TO_PHP_82,
|
||||
LevelSetList::UP_TO_PHP_83,
|
||||
\Rector\Symfony\Set\SymfonySetList::SYMFONY_40,
|
||||
\Rector\Symfony\Set\SymfonySetList::SYMFONY_41,
|
||||
\Rector\Symfony\Set\SymfonySetList::SYMFONY_42,
|
||||
\Rector\Symfony\Set\SymfonySetList::SYMFONY_43,
|
||||
\Rector\Symfony\Set\SymfonySetList::SYMFONY_44,
|
||||
// \Rector\Symfony\Set\SymfonySetList::SYMFONY_50,
|
||||
// \Rector\Symfony\Set\SymfonySetList::SYMFONY_51,
|
||||
// \Rector\Symfony\Set\SymfonySetList::SYMFONY_52,
|
||||
// \Rector\Symfony\Set\SymfonySetList::SYMFONY_53,
|
||||
// \Rector\Symfony\Set\SymfonySetList::SYMFONY_54,
|
||||
\Rector\Doctrine\Set\DoctrineSetList::DOCTRINE_CODE_QUALITY,
|
||||
\Rector\PHPUnit\Set\PHPUnitSetList::PHPUNIT_90,
|
||||
]);
|
||||
|
Reference in New Issue
Block a user