Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmasiukevich committed Apr 3, 2022
1 parent 927c4a2 commit fe0f780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"require-dev": {
"php-service-bus/code-style-config": "v5.1.*",
"symfony/dependency-injection": "v6.0.*",
"monolog/monolog": "v2.3.*",
"monolog/monolog": "v2.4.*",
"phpunit/phpunit": "v9.5.*",
"vimeo/psalm": "v4.19.*",
"phpstan/phpstan": "v1.4.*",
"vimeo/psalm": "v4.22.*",
"phpstan/phpstan": "v1.5.*",
"boesing/psalm-plugin-stringf": "v1.1.*"
},
"prefer-stable": true,
Expand Down
1 change: 0 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<psalm
totallyTyped="true"
useDocblockTypes="true"
useDocblockPropertyTypes="true"
strictBinaryOperands="true"
Expand Down

0 comments on commit fe0f780

Please sign in to comment.