Skip to content

Commit

Permalink
Update phpstan to ^1.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasezaki authored Nov 5, 2021
1 parent 22570a4 commit 5a884eb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
4 changes: 2 additions & 2 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
parameters:
autoload_directories:
- vendor-bin/phpunit/vendor/phpunit/phpunit/src
level: max
paths:
- %currentWorkingDirectory%/src
- %currentWorkingDirectory%/tests
- %currentWorkingDirectory%/examples
bootstrapFiles:
- %currentWorkingDirectory%/vendor-bin/phpunit/vendor/autoload.php
2 changes: 1 addition & 1 deletion vendor-bin/phpstan/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"phpstan/phpstan": "^0.12.25"
"phpstan/phpstan": "^1.0"
},
"config": {
"sort-packages": true,
Expand Down
26 changes: 17 additions & 9 deletions vendor-bin/phpstan/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a884eb

Please sign in to comment.