Skip to content

Commit ab516c0

Browse files
authored
Add phpstan 0.10 support
Add phpstan 0.10 support
2 parents 547581c + 95a7eec commit ab516c0

9 files changed

+379
-148
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"require-dev": {
99
"phpunit/phpunit": "^7.0",
10-
"phpstan/phpstan": "^0.9.2",
11-
"phpstan/phpstan-phpunit": "^0.9.4"
10+
"phpstan/phpstan": "^0.10",
11+
"phpstan/phpstan-phpunit": "^0.10"
1212
},
1313
"autoload": {
1414
"psr-4": {
@@ -29,7 +29,7 @@
2929
],
3030
"scripts": {
3131
"tests": "phpunit",
32-
"stan": "phpstan analyse -l max -c ./phpstan.neon ./src ./tests",
32+
"stan": "phpstan analyse -l max -c ./phpstan.neon ./src",
3333
"check": [
3434
"@tests",
3535
"@stan"

0 commit comments

Comments
 (0)