Skip to content

Commit 7b91776

Browse files
Update rector/rector requirement from 1.0.* to 1.2.* (#739)
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
1 parent d4e831c commit 7b91776

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"maglnet/composer-require-checker": "^4.3",
4343
"phpbench/phpbench": "^1.2",
4444
"phpunit/phpunit": "^9.5",
45-
"rector/rector": "1.0.*",
45+
"rector/rector": "^1.2",
4646
"roave/infection-static-analysis-plugin": "^1.25",
4747
"spatie/phpunit-watcher": "^1.23",
4848
"vimeo/psalm": "^5.24",

rector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Rector\Config\RectorConfig;
77
use Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector;
88
use Rector\Set\ValueObject\LevelSetList;
9-
use Rector\Php81\Rector\Property\ReadOnlyPropertyRector;
109

1110
return static function (RectorConfig $rectorConfig): void {
1211
$rectorConfig->paths([
@@ -24,6 +23,5 @@
2423

2524
$rectorConfig->skip([
2625
ClosureToArrowFunctionRector::class,
27-
ReadOnlyPropertyRector::class,
2826
]);
2927
};

0 commit comments

Comments
 (0)