Skip to content

Commit c191f21

Browse files
committed
update dependencies
1 parent 4bac8be commit c191f21

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

+2-2
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.19.*",
39-
"phpstan/phpstan": "v1.4.*",
38+
"vimeo/psalm": "v4.22.*",
39+
"phpstan/phpstan": "v1.5.*",
4040
"boesing/psalm-plugin-stringf": "v1.1.*"
4141
},
4242
"prefer-stable": true,

psalm.xml

-1
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)