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 af537c2 commit a256f2cCopy full SHA for a256f2c
composer.json
@@ -22,7 +22,7 @@
22
},
23
"require-dev": {
24
"doctrine/coding-standard": "^12.0",
25
- "rector/rector": "^0.18",
+ "rector/rector": "^1",
26
"symfony/browser-kit": "^6.3 || ^7.0",
27
"symfony/filesystem": "^6.3 || ^7.0",
28
"symfony/framework-bundle": "^6.3.5 || ^7.0",
rector.php
@@ -19,9 +19,9 @@
19
*/
20
21
use Rector\Config\RectorConfig;
-use Rector\Core\ValueObject\PhpVersion;
use Rector\Set\ValueObject\LevelSetList;
use Rector\Set\ValueObject\SetList;
+use Rector\ValueObject\PhpVersion;
return static function (RectorConfig $rectorConfig): void {
$rectorConfig->parallel();
0 commit comments