Browse Source

Update PHPStan version constraint to support 7.0

shalvah 6 years ago
parent
commit
d469577157
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -31,7 +31,7 @@
         "dingo/api": "^2",
         "mockery/mockery": "^1.2.0",
         "league/fractal": "^0.17.0",
-        "phpstan/phpstan": "^0.11.15"
+        "phpstan/phpstan": "^0.9.0"
     },
     "suggest": {
         "league/fractal": "Required for transformers support",