Update phpstan.
This commit is contained in:
parent
1f3e326bd3
commit
fd9df587de
2 changed files with 8 additions and 6 deletions
|
@ -78,13 +78,13 @@
|
|||
"ergebnis/phpunit-slow-test-detector": "^2.1",
|
||||
"jc21/clitable": "^1.2",
|
||||
"php-coveralls/php-coveralls": "^2.1",
|
||||
"phpstan/phpstan": "^0.12",
|
||||
"phpstan/phpstan-deprecation-rules": "^0.12",
|
||||
"phpstan/phpstan-phpunit": "^0.12.16",
|
||||
"phpstan/phpstan-symfony": "^0.12",
|
||||
"phpstan/phpstan": "^1",
|
||||
"phpstan/phpstan-deprecation-rules": "^1",
|
||||
"phpstan/phpstan-phpunit": "^1",
|
||||
"phpstan/phpstan-symfony": "^1",
|
||||
"phpunit/phpunit": "^10",
|
||||
"slam/phpstan-extensions": "^5.0",
|
||||
"thecodingmachine/phpstan-strict-rules": "^0.12",
|
||||
"slam/phpstan-extensions": "^6",
|
||||
"thecodingmachine/phpstan-strict-rules": "^1",
|
||||
"wyrihaximus/html-compress": "^4.1"
|
||||
},
|
||||
"suggest": {
|
||||
|
|
|
@ -14,6 +14,8 @@ parameters:
|
|||
- bin/
|
||||
- src/
|
||||
- tests/
|
||||
excludePaths:
|
||||
- vendor/*
|
||||
ignoreErrors:
|
||||
- '#Call to an undefined method Benzine\\Redis\\Redis::[a-zA-Z0-9\\_]+\(\)#'
|
||||
|
||||
|
|
Loading…
Reference in a new issue