ch1p_io_web/composer.json
2023-03-02 02:17:52 +03:00

26 lines
622 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": "*"
},
"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"
}