diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 15 |
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" |