File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 37
37
"php-service-bus/mutex" : " v5.1.*" ,
38
38
"php-service-bus/message-serializer" : " v5.1.*" ,
39
39
"moneyphp/money" : " v4.0.*" ,
40
- "symfony/validator" : " v5.4 .*" ,
41
- "symfony/cache" : " v5.4 .*" ,
40
+ "symfony/validator" : " v6.0 .*" ,
41
+ "symfony/cache" : " v6.0 .*" ,
42
42
"doctrine/annotations" : " v1.13.*" ,
43
43
"amphp/log" : " v1.1.*"
44
44
},
45
45
"require-dev" : {
46
46
"php-service-bus/code-style-config" : " v5.1.*" ,
47
47
"phpunit/phpunit" : " v9.5.*" ,
48
- "vimeo/psalm" : " v4.13 .*" ,
49
- "phpstan/phpstan" : " v1.2 .*" ,
48
+ "vimeo/psalm" : " v4.19 .*" ,
49
+ "phpstan/phpstan" : " v1.4 .*" ,
50
50
"boesing/psalm-plugin-stringf" : " v1.1.*"
51
51
},
52
52
"prefer-stable" : true ,
61
61
"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"
62
62
},
63
63
"config" : {
64
- "optimize-autoloader" : true
64
+ "optimize-autoloader" : true ,
65
+ "allow-plugins" : {
66
+ "composer/package-versions-deprecated" : true
67
+ }
65
68
}
66
69
}
Original file line number Diff line number Diff line change @@ -2,6 +2,5 @@ parameters:
2
2
checkMissingIterableValueType : false
3
3
checkGenericClassInNonGenericObjectType : false
4
4
ignoreErrors :
5
- - ' #Cannot cast mixed to int #'
6
5
- ' #Property .* is never written , only read #'
7
6
- ' #Property .* is never read , only written #'
You can’t perform that action at this time.
0 commit comments