Skip to content

Commit

Permalink
Add Commonmark as an explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 24, 2022
1 parent dae7109 commit bf915b1
Show file tree
Hide file tree
Showing 2 changed files with 530 additions and 3 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"php": "^8.0",
"illuminate/support": "^9.5",
"symfony/yaml": "^6.0",
"laravel-zero/framework": "^9.1"
"laravel-zero/framework": "^9.1",
"league/commonmark": "^2.2"
},
"suggest": {
"hyde/hyde" : "The Framework package contains the Hyde Core. To create your site you should use the Hyde/Hyde project."
"hyde/hyde" : "The Framework package contains the Hyde Core. To create your site you should use the Hyde/Hyde project.",
"torchlight/torchlight-commonmark" : "Hyde has automatic support for the Torchlight syntax highlighting API which is highly reccomended if your site uses code snippets."
}
}
Loading

0 comments on commit bf915b1

Please sign in to comment.