Skip to content

Commit

Permalink
upgrade PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek authored and f3l1x committed Jan 6, 2022
1 parent 9a43683 commit 7b355a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ csf:
vendor/bin/codefixer src tests

phpstan:
vendor/bin/phpstan analyse -l max -c phpstan.neon src
vendor/bin/phpstan analyse -l 8 -c phpstan.neon src

tests:
vendor/bin/tester -s -p php --colors 1 -C tests/cases
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"repositories": [
{
"type": "vcs",
"url": "git@github.com:f3l1x/oauth2-facebook.git"
"type": "git",
"url": "https://github.com/f3l1x/oauth2-facebook"
}
],
"require": {
Expand All @@ -32,10 +32,10 @@
"mockery/mockery": "^1.3.3",
"ninjify/qa": "^0.12",
"ninjify/nunjuck": "^0.4",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-nette": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12"
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-nette": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7b355a2

Please sign in to comment.