File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 34
34
"phpstan/phpstan" : " ^2.1.1" ,
35
35
"phpstan/phpstan-mockery" : " ^2.0.0" ,
36
36
"phpstan/phpstan-phpunit" : " ^2.0.4" ,
37
- "szepeviktor/phpstan-wordpress" : " ^2" ,
38
37
"swissspidy/phpstan-no-private" : " ^v1.0.0" ,
39
- "phpstan/phpstan-deprecation-rules" : " ^2.0.1"
38
+ "phpstan/phpstan-deprecation-rules" : " ^2.0.1" ,
39
+ "inpsyde/wp-stubs-versions" : " dev-latest"
40
40
},
41
41
"extra" : {
42
42
"branch-alias" : {
Original file line number Diff line number Diff line change @@ -3,9 +3,12 @@ includes:
3
3
- vendor/phpstan/phpstan-mockery/extension.neon
4
4
- vendor/phpstan/phpstan-phpunit/extension.neon
5
5
- vendor/swissspidy/phpstan-no-private/rules.neon
6
- - vendor/szepeviktor/phpstan-wordpress/extension.neon
7
6
parameters:
8
7
level: 8
8
+ dynamicConstantNames:
9
+ - WP_DEBUG
10
+ scanFiles:
11
+ - vendor/inpsyde/wp-stubs-versions/latest.php
9
12
paths:
10
13
- src/
11
14
- tests/
You can’t perform that action at this time.
0 commit comments