Skip to content

Commit

Permalink
Enhancement: Require phpstan/phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 30, 2023
1 parent b3ef628 commit 3713b30
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 64 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"nikic/php-parser": "^4.17.1"
"nikic/php-parser": "^4.17.1",
"phpstan/phpstan": "^1.10.36"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.37.0",
Expand Down
126 changes: 63 additions & 63 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3713b30

Please sign in to comment.