Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cdosoftei committed May 23, 2024
1 parent 1b13098 commit d4726c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ext-libxml": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"monolog/monolog": "^3.5",
"monolog/monolog": "^3.6",
"ramsey/uuid": "^4.7",
"react/event-loop": "^1.5",
"react/promise": "^3.1",
Expand All @@ -38,9 +38,9 @@
"wyrihaximus/react-psr-3-stdio": "^3.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpstan/phpstan": "^1.11",
"phpunit/phpunit": "^10.4",
"vimeo/psalm": "^5.16"
"vimeo/psalm": "^5.24"
},
"suggest": {
"ext-pcntl": "Enables daemonization support",
Expand Down
1 change: 1 addition & 0 deletions etc/psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<TypeDoesNotContainType errorLevel="suppress" />
<PossiblyUnusedReturnValue errorLevel="suppress" />
<UnusedForeachValue errorLevel="suppress" />
<MissingClassConstType errorLevel="suppress" />

<!-- https://github.com/vimeo/psalm/issues/4823 -->
<RedundantPropertyInitializationCheck errorLevel="suppress" />
Expand Down

0 comments on commit d4726c3

Please sign in to comment.