Skip to content

Commit a256f2c

Browse files
committed
Require rector/rector 1
1 parent af537c2 commit a256f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"doctrine/coding-standard": "^12.0",
25-
"rector/rector": "^0.18",
25+
"rector/rector": "^1",
2626
"symfony/browser-kit": "^6.3 || ^7.0",
2727
"symfony/filesystem": "^6.3 || ^7.0",
2828
"symfony/framework-bundle": "^6.3.5 || ^7.0",

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
*/
2020

2121
use Rector\Config\RectorConfig;
22-
use Rector\Core\ValueObject\PhpVersion;
2322
use Rector\Set\ValueObject\LevelSetList;
2423
use Rector\Set\ValueObject\SetList;
24+
use Rector\ValueObject\PhpVersion;
2525

2626
return static function (RectorConfig $rectorConfig): void {
2727
$rectorConfig->parallel();

0 commit comments

Comments
 (0)