File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
"require" : {
14
14
"php" : " ^7.1 || ^8.0" ,
15
15
"php-stubs/wordpress-stubs" : " ^4.7 || ^5.0" ,
16
- "phpstan/phpstan" : " ^0.12.26 " ,
16
+ "phpstan/phpstan" : " ^1.0 " ,
17
17
"symfony/polyfill-php73" : " ^1.12.0"
18
18
},
19
19
"require-dev" : {
20
20
"composer/composer" : " ^1.10.23" ,
21
21
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.7" ,
22
22
"nikic/php-parser" : " < 4.13.0" ,
23
23
"php-parallel-lint/php-parallel-lint" : " ^1.1" ,
24
- "phpstan/phpstan-strict-rules" : " ^0.12 " ,
24
+ "phpstan/phpstan-strict-rules" : " ^1.0 " ,
25
25
"phpunit/phpunit" : " ^7 || ^9" ,
26
26
"szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset" : " ^0.6"
27
27
},
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ includes:
2
2
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
3
3
- vendor/phpstan/phpstan-strict-rules/rules.neon
4
4
parameters :
5
- level : max
5
+ level : 8
6
6
# WpThemeMagicPropertiesClassReflectionExtension needs WP_Theme
7
7
scanFiles :
8
8
- vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
You can’t perform that action at this time.
0 commit comments