1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2024-12-05 09:26:52 +08:00
ph-Bookshelf/composer.json

20 lines
428 B
JSON
Raw Normal View History

{
"name": "suk-ws/ph-bookshelf",
"description": "一个简单简洁(?)的文档书架实现。",
"keywords": ["website", "documentation-tool", "markdown"],
"minimum-stability": "alpha",
"type": "website",
"license": "MIT",
"authors": [
{
"name": "A.C.Sukazyo Eyre",
"email": "email@example.com"
}
],
"require": {
"php": ">=8.0",
"ext-xml": "*",
"ext-mbstring": "*",
"league/commonmark": ">=2.3.8"
}
}