Skip to content

Commit ab808fe

Browse files
committed
feat: add deprecation reporter
1 parent 9eecebe commit ab808fe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"require-dev": {
2828
"phpunit/phpunit": "^9.0",
2929
"squizlabs/php_codesniffer": "^3.5",
30-
"phpstan/phpstan": "^1.12"
30+
"phpstan/phpstan": "^1.12",
31+
"phpstan/phpstan-deprecation-rules": "^1.2"
3132
},
3233
"autoload-dev": {
3334
"psr-0": {

phpstan.neon

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
includes:
22
- phpstan-baseline.neon
3+
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
34

45
parameters:
56
level: 7

0 commit comments

Comments
 (0)