We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 692f144 + 692e065 commit e39c71eCopy full SHA for e39c71e
.github/workflows/phpstan.yml
@@ -12,6 +12,6 @@ jobs:
12
- uses: php-actions/phpstan@v3
13
with:
14
path: src/ tests/
15
- level: 9
+ level: 10
16
17
composer.json
@@ -23,12 +23,12 @@
23
"guzzlehttp/psr7": "^2.0"
24
},
25
"require-dev": {
26
- "phpstan/phpstan": "^1.11",
27
"phpunit/phpunit": "^10.5",
28
"guzzlehttp/guzzle": "^7.8",
29
"friendsofphp/php-cs-fixer": "^3.57",
30
"vimeo/psalm": "^5.24",
31
- "psalm/plugin-phpunit": "^0.19"
+ "psalm/plugin-phpunit": "^0.19",
+ "phpstan/phpstan": "^2.0"
32
33
"suggest": {
34
"guzzlehttp/guzzle": "^7.0",
phpstan.neon
@@ -1,5 +1,5 @@
1
parameters:
2
3
paths:
4
- src
5
- tests
0 commit comments