Skip to content

Commit

Permalink
Add phpstan 0.10 support
Browse files Browse the repository at this point in the history
Add phpstan 0.10 support
  • Loading branch information
akondas authored Jul 16, 2018
2 parents 547581c + 95a7eec commit ab516c0
Show file tree
Hide file tree
Showing 9 changed files with 379 additions and 148 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-phpunit": "^0.9.4"
"phpstan/phpstan": "^0.10",
"phpstan/phpstan-phpunit": "^0.10"
},
"autoload": {
"psr-4": {
Expand All @@ -29,7 +29,7 @@
],
"scripts": {
"tests": "phpunit",
"stan": "phpstan analyse -l max -c ./phpstan.neon ./src ./tests",
"stan": "phpstan analyse -l max -c ./phpstan.neon ./src",
"check": [
"@tests",
"@stan"
Expand Down
Loading

0 comments on commit ab516c0

Please sign in to comment.