Skip to content

Commit 4ee6640

Browse files
OskarStarkGromNaN
authored andcommitted
Require rector/rector 1
1 parent fd8db91 commit 4ee6640

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
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"doctrine/coding-standard": "^12.0",
26-
"rector/rector": "^0.18",
26+
"rector/rector": "^1",
2727
"symfony/browser-kit": "^6.3 || ^7.0",
2828
"symfony/filesystem": "^6.3 || ^7.0",
2929
"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)