Skip to content

Commit 69c2851

Browse files
authored
Merge pull request #87 from worksome/feature/phpstan-deprecation-rules
feat: JIRA-13982 Add PHPStan Deprecation Rules
2 parents 2b9940c + b54ae9c commit 69c2851

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)