Skip to content

Commit 96953cb

Browse files
committed
update dependencies
1 parent e9e1310 commit 96953cb

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
@@ -47,8 +47,8 @@
4747
"require-dev": {
4848
"php-service-bus/code-style-config": "v5.1.*",
4949
"phpunit/phpunit": "v9.5.*",
50-
"vimeo/psalm": "v4.19.*",
51-
"phpstan/phpstan": "v1.4.*",
50+
"vimeo/psalm": "v4.22.*",
51+
"phpstan/phpstan": "v1.5.*",
5252
"boesing/psalm-plugin-stringf": "v1.1.*"
5353
},
5454
"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)