File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 3737 "php-service-bus/mutex" : " v5.1.*" ,
3838 "php-service-bus/message-serializer" : " v5.1.*" ,
3939 "moneyphp/money" : " v4.0.*" ,
40- "symfony/validator" : " v5.4 .*" ,
41- "symfony/cache" : " v5.4 .*" ,
40+ "symfony/validator" : " v6.0 .*" ,
41+ "symfony/cache" : " v6.0 .*" ,
4242 "doctrine/annotations" : " v1.13.*" ,
4343 "amphp/log" : " v1.1.*"
4444 },
4545 "require-dev" : {
4646 "php-service-bus/code-style-config" : " v5.1.*" ,
4747 "phpunit/phpunit" : " v9.5.*" ,
48- "vimeo/psalm" : " v4.13 .*" ,
49- "phpstan/phpstan" : " v1.2 .*" ,
48+ "vimeo/psalm" : " v4.19 .*" ,
49+ "phpstan/phpstan" : " v1.4 .*" ,
5050 "boesing/psalm-plugin-stringf" : " v1.1.*"
5151 },
5252 "prefer-stable" : true ,
6161 "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"
6262 },
6363 "config" : {
64- "optimize-autoloader" : true
64+ "optimize-autoloader" : true ,
65+ "allow-plugins" : {
66+ "composer/package-versions-deprecated" : true
67+ }
6568 }
6669}
Original file line number Diff line number Diff line change @@ -2,6 +2,5 @@ parameters:
22 checkMissingIterableValueType : false
33 checkGenericClassInNonGenericObjectType : false
44 ignoreErrors :
5- - ' #Cannot cast mixed to int #'
65 - ' #Property .* is never written , only read #'
76 - ' #Property .* is never read , only written #'
You can’t perform that action at this time.
0 commit comments