Skip to content

Commit d8423ae

Browse files
committed
bump deps
1 parent d62178f commit d8423ae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"php": "^8.2",
66
"phpunit/phpunit": "10.*|11.*|12.*",
77
"nikic/php-parser": "5.4.*",
8-
"rector/rector": "dev-main as 2.2.6",
8+
"rector/rector": "dev-main as 2.2.11",
99
"phpstan/phpstan": "2.1.*",
1010
"driftingly/rector-laravel": "^2.1"
1111
},

rector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Rector\Config\RectorConfig;
66
use Rector\RectorCompatTests\Rector\UseGetArgRector;
7-
use RectorLaravel\Set\LaravelSetList;
87

98
return RectorConfig::configure()
109
->withPaths([

0 commit comments

Comments
 (0)