Skip to content

Commit fe0f780

Browse files
committed
update dependencies
1 parent 927c4a2 commit fe0f780

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"require-dev": {
4141
"php-service-bus/code-style-config": "v5.1.*",
4242
"symfony/dependency-injection": "v6.0.*",
43-
"monolog/monolog": "v2.3.*",
43+
"monolog/monolog": "v2.4.*",
4444
"phpunit/phpunit": "v9.5.*",
45-
"vimeo/psalm": "v4.19.*",
46-
"phpstan/phpstan": "v1.4.*",
45+
"vimeo/psalm": "v4.22.*",
46+
"phpstan/phpstan": "v1.5.*",
4747
"boesing/psalm-plugin-stringf": "v1.1.*"
4848
},
4949
"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)