Skip to content

Commit

Permalink
chore: update phpstan and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Nov 12, 2023
1 parent bf53339 commit e0eb352
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"ergebnis/composer-normalize": "~2.28.3",
"php-coveralls/php-coveralls": "^2.6",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "1.10.28",
"phpstan/phpstan": "1.10.41",
"phpunit/phpunit": "^9.6",
"rector/rector": "0.17.7",
"symfony/yaml": "^5.4 || ^6.2",
"symplify/phpstan-rules": "^12.1",
"tomasvotruba/cognitive-complexity": "^0.1.1"
"symplify/phpstan-rules": "^12.4",
"tomasvotruba/cognitive-complexity": "^0.2.2"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
includes:
- phpstan.baseline.neon
- .Build/vendor/symplify/phpstan-rules/config/forbidden-static-rules.neon
- .Build/vendor/symplify/phpstan-rules/config/regex-rules.neon

parameters:
Expand Down

0 comments on commit e0eb352

Please sign in to comment.