File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 20
20
"php" : " >=8.0"
21
21
},
22
22
"require-dev" : {
23
- "php-static-analysis/node-visitor" : " ^0.3.2 || dev-main" ,
24
- "php-static-analysis/phpstan-extension" : " ^0.3.2 || dev-main" ,
25
- "php-static-analysis/psalm-plugin" : " ^0.3.2 || dev-main" ,
23
+ "php-static-analysis/node-visitor" : " ^0.4.0 || dev-main" ,
24
+ "php-static-analysis/phpstan-extension" : " ^0.4.0 || dev-main" ,
25
+ "php-static-analysis/psalm-plugin" : " ^0.4.0 || dev-main" ,
26
26
"phpstan/extension-installer" : " ^1.3" ,
27
- "phpstan/phpstan" : " ^1.8 | ^ 2.0" ,
27
+ "phpstan/phpstan" : " ^2.0" ,
28
28
"phpunit/phpunit" : " ^9.0" ,
29
29
"symplify/easy-coding-standard" : " ^12.1" ,
30
30
"vimeo/psalm" : " ^5"
Original file line number Diff line number Diff line change @@ -14,6 +14,3 @@ parameters:
14
14
- ' #^PHPDoc tag @[a-z\-A-Z ]+ has invalid value \ (\ ): Unexpected token "\\n " , expected type at offset [0-9 ]+ ( on line [0-9 ]+ )?$ #'
15
15
- ' #^Possibly impure call to method [a-z\-A-Z ]+::[a-z\-A-Z ]+\ (\ ) in pure (method|function ) ([a-z\-A-Z ]+:: )?[a-z\-A-Z ]+\ (\ ).?$ #'
16
16
- ' #^Possibly impure instantiation of class [a-z\-A-Z ]+ in pure function [a-z\-A-Z ]+\ (\ ).?$ #'
17
-
18
- includes :
19
- - vendor/phpstan/phpstan/conf/bleedingEdge.neon
You can’t perform that action at this time.
0 commit comments