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 d62178f commit d8423aeCopy full SHA for d8423ae
composer.json
@@ -5,7 +5,7 @@
5
"php": "^8.2",
6
"phpunit/phpunit": "10.*|11.*|12.*",
7
"nikic/php-parser": "5.4.*",
8
- "rector/rector": "dev-main as 2.2.6",
+ "rector/rector": "dev-main as 2.2.11",
9
"phpstan/phpstan": "2.1.*",
10
"driftingly/rector-laravel": "^2.1"
11
},
rector.php
@@ -4,7 +4,6 @@
4
use Rector\Config\RectorConfig;
use Rector\RectorCompatTests\Rector\UseGetArgRector;
-use RectorLaravel\Set\LaravelSetList;
return RectorConfig::configure()
->withPaths([
0 commit comments