File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 35
35
"require-dev" : {
36
36
"php-service-bus/code-style-config" : " v5.1.*" ,
37
37
"phpunit/phpunit" : " v9.5.*" ,
38
- "vimeo/psalm" : " v4.13 .*" ,
39
- "phpstan/phpstan" : " v1.2 .*" ,
38
+ "vimeo/psalm" : " v4.19 .*" ,
39
+ "phpstan/phpstan" : " v1.4 .*" ,
40
40
"boesing/psalm-plugin-stringf" : " v1.1.*"
41
41
},
42
42
"prefer-stable" : true ,
51
51
"pre-commit" : " PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --allow-risky=yes && ./vendor/bin/psalm --config=psalm.xml && ./vendor/bin/phpstan analyse src --level 9 && ./vendor/bin/phpunit --configuration phpunit.xml --verbose"
52
52
},
53
53
"config" : {
54
- "optimize-autoloader" : true
54
+ "optimize-autoloader" : true ,
55
+ "allow-plugins" : {
56
+ "composer/package-versions-deprecated" : true
57
+ }
55
58
}
56
59
}
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
checkMissingIterableValueType : false
3
3
checkGenericClassInNonGenericObjectType : false
4
- ignoreErrors :
5
- - ' #Cannot cast mixed to int #'
You can’t perform that action at this time.
0 commit comments