Skip to content

Commit

Permalink
Merge pull request #4861 from samsonasik/update-latest-phpstan-rector
Browse files Browse the repository at this point in the history
Update to latest PHPStan and Rector and Rector config compat
  • Loading branch information
samsonasik authored Jun 23, 2021
2 parents 6249987 + 35f2c4f commit 007c66f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"mikey179/vfsstream": "^1.6",
"nexusphp/cs-config": "^3.1",
"nexusphp/tachycardia": "^1.0",
"phpstan/phpstan": "0.12.88",
"phpstan/phpstan": "0.12.90",
"phpunit/phpunit": "^9.1",
"predis/predis": "^1.1",
"rector/rector": "0.11.20",
"rector/rector": "0.11.21",
"symplify/package-builder": "^9.3"
},
"suggest": {
Expand Down
1 change: 0 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@

// auto import fully qualified class names
$parameters->set(Option::AUTO_IMPORT_NAMES, true);
$parameters->set(Option::ENABLE_CACHE, true);
$parameters->set(Option::PHP_VERSION_FEATURES, PhpVersion::PHP_73);

$services = $containerConfigurator->services();
Expand Down

0 comments on commit 007c66f

Please sign in to comment.