aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2023-03-02 02:17:52 +0300
committerEvgeny Zinoviev <me@ch1p.io>2023-03-02 02:17:52 +0300
commit917d2622aa5fe748c1cda914eae94c12be743c42 (patch)
tree946d30723c32e0834eb7a74bfa7cb766d22bbd2a /composer.json
parent6daf574fd3f18909be05b0d61335e7634329ec45 (diff)
support tables and emojies in markdown
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json15
1 files changed, 13 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 305e87d..5bdc23d 100644
--- a/composer.json
+++ b/composer.json
@@ -1,13 +1,24 @@
{
"require": {
- "sixlive/parsedown-highlight": "^0.3.1",
- "erusev/parsedown": "1.8.0-beta-5",
+ "gch1p/parsedown-highlight": "master",
+ "gch1p/parsedown-highlight-extended": "dev-main",
+ "erusev/parsedown": "1.8.0-beta-7",
"ext-mbstring": "*",
"ext-gd": "*",
"ext-mysqli": "*",
"ext-json": "*",
"ext-sqlite3": "*"
},
+ "repositories": [
+ {
+ "url": "https://github.com/gch1p/parsedown-highlight",
+ "type": "git"
+ },
+ {
+ "url": "https://github.com/gch1p/ParsedownHighlightExtended",
+ "type": "git"
+ }
+ ],
"minimum-stability": "dev",
"prefer-stable": true,
"preferred-install": "dist"