Skip to content

Commit

Permalink
Add parsedown to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Feb 9, 2024
1 parent 306fa94 commit b2cc08f
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"stripe/stripe-php": "^6.10",
"predis/predis": "^1.1",
"volnix/csrf": "^1.2",
"phpmailer/phpmailer": "^6.5"
"phpmailer/phpmailer": "^6.5",
"erusev/parsedown": "^1.7"
},
"require-dev": {
"phpunit/phpunit": "9.*"
Expand Down
52 changes: 51 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2cc08f

Please sign in to comment.