We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927c4a2 commit fe0f780Copy full SHA for fe0f780
composer.json
@@ -40,10 +40,10 @@
40
"require-dev": {
41
"php-service-bus/code-style-config": "v5.1.*",
42
"symfony/dependency-injection": "v6.0.*",
43
- "monolog/monolog": "v2.3.*",
+ "monolog/monolog": "v2.4.*",
44
"phpunit/phpunit": "v9.5.*",
45
- "vimeo/psalm": "v4.19.*",
46
- "phpstan/phpstan": "v1.4.*",
+ "vimeo/psalm": "v4.22.*",
+ "phpstan/phpstan": "v1.5.*",
47
"boesing/psalm-plugin-stringf": "v1.1.*"
48
},
49
"prefer-stable": true,
psalm.xml
@@ -1,6 +1,5 @@
1
<?xml version="1.0"?>
2
<psalm
3
- totallyTyped="true"
4
useDocblockTypes="true"
5
useDocblockPropertyTypes="true"
6
strictBinaryOperands="true"
0 commit comments