Skip to content

Commit

Permalink
phpstan - fixed include path
Browse files Browse the repository at this point in the history
  • Loading branch information
alextartan committed Nov 9, 2020
1 parent 60cdf7c commit 6fe059b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"phpstan/phpstan": "0.12.*",
"phpstan/phpstan-strict-rules": "^0.12.1",
"phpstan/phpstan-phpunit": "^0.12.6",
"jangregor/phpstan-prophecy": "0.6.* || 0.8.*",
"jangregor/phpstan-prophecy": "0.8.*",
"squizlabs/php_codesniffer": "^3.5.3"
},
"autoload-dev": {
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/jangregor/phpstan-prophecy/src/extension.neon
- vendor/jangregor/phpstan-prophecy/extension.neon

parameters:

Expand Down

0 comments on commit 6fe059b

Please sign in to comment.