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 3535 "require-dev" : {
3636 "php-service-bus/code-style-config" : " v5.1.*" ,
3737 "phpunit/phpunit" : " v9.5.*" ,
38- "vimeo/psalm" : " v4.13 .*" ,
39- "phpstan/phpstan" : " v1.2 .*" ,
38+ "vimeo/psalm" : " v4.19 .*" ,
39+ "phpstan/phpstan" : " v1.4 .*" ,
4040 "boesing/psalm-plugin-stringf" : " v1.1.*"
4141 },
4242 "prefer-stable" : true ,
5151 "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"
5252 },
5353 "config" : {
54- "optimize-autoloader" : true
54+ "optimize-autoloader" : true ,
55+ "allow-plugins" : {
56+ "composer/package-versions-deprecated" : true
57+ }
5558 }
5659}
Original file line number Diff line number Diff line change 11parameters :
22 checkMissingIterableValueType : false
33 checkGenericClassInNonGenericObjectType : false
4- ignoreErrors :
5- - ' #Cannot cast mixed to int #'
You can’t perform that action at this time.
0 commit comments