Skip to content

Commit

Permalink
Use PhpStan v1 and level 9
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Dec 4, 2021
1 parent 8cfaf0c commit 7cc6d5b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
"baraja-core/shop-currency": "^1.0"
},
"require-dev": {
"tracy/tracy": "^2.8",
"phpstan/phpstan": "^0.12.94",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan-nette": "^0.12.14",
"phpstan/phpstan-deprecation-rules": "^0.12.6",
"phpstan/phpstan-strict-rules": "^0.12.10",
"spaze/phpstan-disallowed-calls": "^1.1",
"phpstan/phpstan": "^1.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-nette": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"spaze/phpstan-disallowed-calls": "^2.0",
"roave/security-advisories": "dev-master"
},
"autoload": {
Expand All @@ -31,7 +30,7 @@
},
"scripts": {
"phpstan": [
"vendor/bin/phpstan analyse src -c phpstan.neon --level 8 --no-progress"
"vendor/bin/phpstan analyse src -c phpstan.neon --level 9 --no-progress"
]
},
"minimum-stability": "stable"
Expand Down

0 comments on commit 7cc6d5b

Please sign in to comment.