45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
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",
|
|
"twig/twig": "^3.0"
|
|
},
|
|
"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",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"engine\\": "src/engine",
|
|
"app\\": "src/lib",
|
|
"app\\foreignone\\": [
|
|
"src/lib/foreignone",
|
|
"src/handlers/foreignone"
|
|
],
|
|
"app\\ic\\": [
|
|
"src/lib/ic",
|
|
"src/handlers/ic"
|
|
]
|
|
}
|
|
}
|
|
}
|