Skip to content

Commit 4bac8be

Browse files
committed
update dependencies
1 parent d94928d commit 4bac8be

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
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,
@@ -51,6 +51,9 @@
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
}

phpstan.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
parameters:
22
checkMissingIterableValueType: false
33
checkGenericClassInNonGenericObjectType: false
4-
ignoreErrors:
5-
- '#Cannot cast mixed to int#'

0 commit comments

Comments
 (0)