Skip to content

Commit

Permalink
Bump phpstan to v0.12 to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Nov 6, 2021
1 parent 8a86d24 commit 03f3781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
bootstrapFiles:
- %currentWorkingDirectory%/lib/base.php
excludes_analyse:
excludePaths:
- %currentWorkingDirectory%/core/ajax/update.php
- %currentWorkingDirectory%/apps/*/tests*
- %currentWorkingDirectory%/apps/*/composer/*
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/phpstan/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"phpstan/phpstan": "^0.12.92"
"phpstan/phpstan": "^1.0"
}
}

0 comments on commit 03f3781

Please sign in to comment.