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 fd8db91 commit 4ee6640Copy full SHA for 4ee6640
composer.json
@@ -23,7 +23,7 @@
23
},
24
"require-dev": {
25
"doctrine/coding-standard": "^12.0",
26
- "rector/rector": "^0.18",
+ "rector/rector": "^1",
27
"symfony/browser-kit": "^6.3 || ^7.0",
28
"symfony/filesystem": "^6.3 || ^7.0",
29
"symfony/framework-bundle": "^6.3.5 || ^7.0",
rector.php
@@ -19,9 +19,9 @@
19
*/
20
21
use Rector\Config\RectorConfig;
22
-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