Skip to content

Commit

Permalink
Add psalm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCavens committed Jan 6, 2021
1 parent f8ee07b commit b0cb88c
Show file tree
Hide file tree
Showing 2 changed files with 832 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -21,7 +21,8 @@
"require-dev": {
"phpunit/phpunit" : "~8.5",
"mockery/mockery" : "~1.1",
"orchestra/testbench": "^5.7|^6.0"
"orchestra/testbench": "^5.7|^6.0",
"vimeo/psalm": "^4.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b0cb88c

Please sign in to comment.