4in1_ws_web/composer.json

30 lines
741 B
JSON

{
"require": {
"gch1p/parsedown-highlight": "master",
"gch1p/parsedown-highlight-extended": "dev-main",
"erusev/parsedown": "1.8.0-beta-7",
"gigablah/sphinxphp": "2.0.*",
"ext-mbstring": "*",
"ext-gd": "*",
"ext-mysqli": "*",
"ext-json": "*",
"ext-yaml": "*",
"ext-gmp": "*",
"ext-memcached": "*",
"samdark/sitemap": "^2.1"
},
"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"
}