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 Dec 19, 2021
1 parent 5f8bff2 commit 229744a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -25,10 +25,10 @@
"require-dev": {
"ninjify/nunjuck": "^0.3.0",
"ninjify/qa": "^0.12.0",
"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 229744a

Please sign in to comment.