Skip to content

Commit 4f5ecd8

Browse files
committed
update dependencies
1 parent 56cd0d9 commit 4f5ecd8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"php-service-bus/code-style-config": "v5.1.*",
5656
"doctrine/dbal": "v3.2.*",
5757
"phpunit/phpunit": "v9.5.*",
58-
"vimeo/psalm": "v4.19.*",
59-
"phpstan/phpstan": "v1.4.*",
58+
"vimeo/psalm": "v4.22.*",
59+
"phpstan/phpstan": "v1.5.*",
6060
"boesing/psalm-plugin-stringf": "v1.1.*"
6161
},
6262
"prefer-stable": true,

psalm.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0"?>
22
<psalm
3-
totallyTyped="true"
43
useDocblockTypes="true"
54
useDocblockPropertyTypes="true"
65
strictBinaryOperands="true"

0 commit comments

Comments
 (0)