Skip to content

Commit

Permalink
Add phpstan/phpstan-deprecation-rules
Browse files Browse the repository at this point in the history
Also add `phpstan/extension-installer` to have it automatically used.
  • Loading branch information
arnested committed Nov 12, 2024
1 parent 6c808cf commit fac955b
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 2 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
},
"require-dev": {
"phpstan/phpstan": "^1",
"squizlabs/php_codesniffer": "^3.7"
"squizlabs/php_codesniffer": "^3.7",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan-deprecation-rules": "^1.2"
},
"config": {
"allow-plugins": {
Expand Down
97 changes: 96 additions & 1 deletion composer.lock

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

0 comments on commit fac955b

Please sign in to comment.