We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e831c commit 7b91776Copy full SHA for 7b91776
2 files changed
composer.json
@@ -42,7 +42,7 @@
42
"maglnet/composer-require-checker": "^4.3",
43
"phpbench/phpbench": "^1.2",
44
"phpunit/phpunit": "^9.5",
45
- "rector/rector": "1.0.*",
+ "rector/rector": "^1.2",
46
"roave/infection-static-analysis-plugin": "^1.25",
47
"spatie/phpunit-watcher": "^1.23",
48
"vimeo/psalm": "^5.24",
rector.php
@@ -6,7 +6,6 @@
6
use Rector\Config\RectorConfig;
7
use Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector;
8
use Rector\Set\ValueObject\LevelSetList;
9
-use Rector\Php81\Rector\Property\ReadOnlyPropertyRector;
10
11
return static function (RectorConfig $rectorConfig): void {
12
$rectorConfig->paths([
@@ -24,6 +23,5 @@
24
23
25
$rectorConfig->skip([
26
ClosureToArrowFunctionRector::class,
27
- ReadOnlyPropertyRector::class,
28
]);
29
};
0 commit comments