Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadariaga committed Dec 28, 2022
1 parent a8660e7 commit 1bc73e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"symfony/finder": "^5.1",
"symfony/http-foundation": "^5.1",
"symfony/serializer": "^5.1",
"symfony/mailer": "^5.4"
"symfony/mailer": "^5.4",
"symfony/mime": "^5.4"
},
"require-dev": {
"phpstan/phpstan": "^1.0"
Expand Down

0 comments on commit 1bc73e3

Please sign in to comment.