Skip to content

Commit

Permalink
chore: update phpstan/phpstan to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 8, 2019
1 parent f96a3d1 commit a1596a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0",
"phpstan/phpstan": "^0.11.3",
"phpstan/phpstan": "^0.12",
"slevomat/coding-standard": "^6.0",
"squizlabs/php_codesniffer": "^3.3",
"php-school/cli-menu": "^3.0",
Expand Down
14 changes: 7 additions & 7 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
parameters:
excludes_analyse:
- %rootDir%/../../../src/merge.php
- %rootDir%/../../../dist/*
- %rootDir%/../../../tmp/*
- %rootDir%/../../../docs/*
- %rootDir%/../../../build/*
- %rootDir%/../../../nodes_modules/*
- %rootDir%/../../../vendor/*
- src/merge.php
- dist/*
- tmp/*
- docs/*
- build/*
- nodes_modules/*
- vendor/*

0 comments on commit a1596a5

Please sign in to comment.