Skip to content

Commit

Permalink
Updated dev requirements in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
King2500 committed Aug 17, 2022
1 parent 2426af3 commit 133645e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"require-dev": {
"symfony/symfony": "~6.0",
"monolog/monolog": "^1.24",
"guzzlehttp/guzzle": "~6.0"
"guzzlehttp/guzzle": "~6.0",
"phpstan/phpstan": "^0.12.0@dev",
"vimeo/psalm": "3.x-dev"
}
}

0 comments on commit 133645e

Please sign in to comment.