Skip to content

Commit

Permalink
Update rector to ^2.0-rc2 and PHPStan to ^2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Dec 8, 2024
1 parent 49a8f96 commit f87d685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"friendsofphp/php-cs-fixer": "^3.64.0",
"google/cloud-firestore": "^1.47.1",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.9",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan": "^2.0.3",
"phpstan/phpstan-deprecation-rules": "^2.0.1",
"phpstan/phpstan-phpunit": "^2.0.1",
"phpunit/phpunit": "^10.5.38",
"rector/rector": "^1.2.10",
"rector/rector": "^2.0.0-rc2",
"shipmonk/composer-dependency-analyser": "^1.8.1",
"symfony/var-dumper": "^6.4.14 || ^7.0.7",
"vlucas/phpdotenv": "^5.6.1"
Expand Down
1 change: 0 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
privatization: true,
earlyReturn: true,
phpunitCodeQuality: true,
phpunit: true,
)
->withImportNames(removeUnusedImports: true)
;

0 comments on commit f87d685

Please sign in to comment.