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 a7c8d31 commit 5672d0bCopy full SHA for 5672d0b
composer.json
@@ -34,6 +34,7 @@
34
"require-dev": {
35
"brianium/paratest": "^6.4",
36
"cknow/laravel-money": "^7.0",
37
+ "driftingly/rector-laravel": "^0.14.1",
38
"ergebnis/phpstan-rules": "^1.0",
39
"infection/infection": "~0.26",
40
"laravel/cashier": "^14.0",
rector.php
@@ -22,7 +22,7 @@
22
23
// Define what rule sets will be applied
24
$containerConfigurator->import(PHPUnitSetList::PHPUNIT_91);
25
- $containerConfigurator->import(LaravelSetList::LARAVEL_80);
+ $containerConfigurator->import(LaravelSetList::LARAVEL_90);
26
$containerConfigurator->import(SetList::CODE_QUALITY);
27
$containerConfigurator->import(SetList::DEAD_CODE);
28
$containerConfigurator->import(SetList::PHP_80);
0 commit comments