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 9, 2023
1 parent c09ab98 commit d4de239
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -35,11 +35,11 @@
"maglnet/composer-require-checker": "^4.6",
"php-coveralls/php-coveralls": "^2.6",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "1.10.26",
"phpstan/phpstan": "1.10.41",
"phpunit/phpunit": "^10.2",
"rector/rector": "0.17.6",
"symplify/phpstan-rules": "^12.0",
"tomasvotruba/cognitive-complexity": "^0.1.1"
"symplify/phpstan-rules": "^12.4",
"tomasvotruba/cognitive-complexity": "^0.2.2"
},
"autoload": {
"psr-4": {
Expand Down
5 changes: 3 additions & 2 deletions phpstan.neon
@@ -1,8 +1,9 @@
includes:
- vendor/symplify/phpstan-rules/config/array-rules.neon
- vendor/symplify/phpstan-rules/config/forbidden-static-rules.neon
- vendor/symplify/phpstan-rules/config/regex-rules.neon

rules:
- Symplify\PHPStanRules\Rules\NoReturnArrayVariableListRule

parameters:
phpVersion: 80100
level: 8
Expand Down

0 comments on commit d4de239

Please sign in to comment.