Skip to content

Commit

Permalink
update phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
adaamz authored and f3l1x committed Jun 30, 2020
1 parent 43a40bf commit 141da95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
],
"phpstan-install": [
"mkdir -p temp/phpstan",
"composer require -d temp/phpstan phpstan/phpstan:^0.10",
"composer require -d temp/phpstan phpstan/phpstan-deprecation-rules:^0.10",
"composer require -d temp/phpstan phpstan/phpstan-nette:^0.10",
"composer require -d temp/phpstan phpstan/phpstan-strict-rules:^0.10"
"composer require -d temp/phpstan phpstan/phpstan:^0.12",
"composer require -d temp/phpstan phpstan/extension-installer:^1.0.4",
"composer require -d temp/phpstan phpstan/phpstan-deprecation-rules:^0.12",
"composer require -d temp/phpstan phpstan/phpstan-nette:^0.12"
],
"phpstan": [
"temp/phpstan/vendor/bin/phpstan analyse -l max src"
Expand Down

0 comments on commit 141da95

Please sign in to comment.