Skip to content

Commit

Permalink
phpstan 0.11 (#2)
Browse files Browse the repository at this point in the history
phpstan 0.11
  • Loading branch information
mabar committed Aug 5, 2019
2 parents 363f81a + 0272c64 commit a572dce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -41,9 +41,9 @@
],
"phpstan-install": [
"mkdir -p temp/phpstan",
"composer require -d temp/phpstan phpstan/phpstan:0.10.3",
"composer require -d temp/phpstan phpstan/phpstan-deprecation-rules:0.10.2",
"composer require -d temp/phpstan phpstan/phpstan-strict-rules:0.10.1"
"composer require -d temp/phpstan phpstan/phpstan:0.11.12",
"composer require -d temp/phpstan phpstan/phpstan-deprecation-rules:0.11.2",
"composer require -d temp/phpstan phpstan/phpstan-strict-rules:0.11.1"
],
"phpstan": [
"temp/phpstan/vendor/bin/phpstan analyse -l max -c phpstan.neon src"
Expand Down

0 comments on commit a572dce

Please sign in to comment.