We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b9940c + b54ae9c commit 69c2851Copy full SHA for 69c2851
composer.json
@@ -8,11 +8,12 @@
8
"canvural/larastan-strict-rules": "^3.0",
9
"larastan/larastan": "^3.0",
10
"phpstan/phpstan": "^2.0",
11
+ "phpstan/phpstan-deprecation-rules": "^2.0",
12
"phpstan/phpstan-mockery": "^2.0",
13
"rector/rector": "^2.0",
14
"slevomat/coding-standard": "^8.15",
15
"spaze/phpstan-disallowed-calls": "^4.0.1",
- "symplify/easy-coding-standard": "^12.3.6"
16
+ "symplify/easy-coding-standard": "^12.4"
17
},
18
"require-dev": {
19
"composer/composer": "^2.7",
phpstan.neon
@@ -1,4 +1,5 @@
1
includes:
2
+ - ../../phpstan/phpstan-deprecation-rules/rules.neon
3
- ../../phpstan/phpstan-mockery/extension.neon
4
- ../../spaze/phpstan-disallowed-calls/extension.neon
5
0 commit comments