Skip to content

Commit b54ae9c

Browse files
committed
feat: add PHPStan Deprecation Rules
1 parent 2b9940c commit b54ae9c

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
@@ -8,11 +8,12 @@
88
"canvural/larastan-strict-rules": "^3.0",
99
"larastan/larastan": "^3.0",
1010
"phpstan/phpstan": "^2.0",
11+
"phpstan/phpstan-deprecation-rules": "^2.0",
1112
"phpstan/phpstan-mockery": "^2.0",
1213
"rector/rector": "^2.0",
1314
"slevomat/coding-standard": "^8.15",
1415
"spaze/phpstan-disallowed-calls": "^4.0.1",
15-
"symplify/easy-coding-standard": "^12.3.6"
16+
"symplify/easy-coding-standard": "^12.4"
1617
},
1718
"require-dev": {
1819
"composer/composer": "^2.7",

phpstan.neon

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
includes:
2+
- ../../phpstan/phpstan-deprecation-rules/rules.neon
23
- ../../phpstan/phpstan-mockery/extension.neon
34
- ../../spaze/phpstan-disallowed-calls/extension.neon
45

0 commit comments

Comments
 (0)