30 lines
719 B
JSON
30 lines
719 B
JSON
{
|
|
"require": {
|
|
"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": "*",
|
|
"ext-memcached": "*",
|
|
"ext-yaml": "*",
|
|
"ext-iconv": "*",
|
|
"ext-gmp": "*"
|
|
},
|
|
"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"
|
|
}
|