Skip to content

Commit

Permalink
chore: PHPStan - upgrade to v2 (PHP-CS-Fixer#8288)
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus authored Nov 18, 2024
1 parent 52dc062 commit 0adec43
Show file tree
Hide file tree
Showing 4 changed files with 733 additions and 638 deletions.
8 changes: 4 additions & 4 deletions dev-tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"mi-schi/phpmd-extension": "^4.3.0",
"phpmd/phpmd": "^2.15.0",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.11",
"phpstan/phpstan-phpunit": "^1.4.1",
"phpstan/phpstan-strict-rules": "^1.6.1",
"phpstan/phpstan-symfony": "^1.4.12"
"phpstan/phpstan": "^2.0.2",
"phpstan/phpstan-phpunit": "^2.0.1",
"phpstan/phpstan-strict-rules": "^2.0.0",
"phpstan/phpstan-symfony": "^2.0.0"
},
"config": {
"allow-plugins": {
Expand Down
61 changes: 32 additions & 29 deletions dev-tools/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0adec43

Please sign in to comment.