Skip to content

Commit 34e511d

Browse files
committed
Update dependencies
1 parent 29996a8 commit 34e511d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

composer.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@
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,
@@ -61,6 +61,9 @@
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
}

phpstan.neon

-1
Original file line numberDiff line numberDiff 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#'

0 commit comments

Comments
 (0)