2023-01-24 19:08:15 +08:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2023-01-24 20:30:27 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"SukWs\\Bookshelf\\": "src"
|
|
|
|
}
|
|
|
|
},
|
2023-01-24 19:08:15 +08:00
|
|
|
"require": {
|
2023-01-25 13:48:03 +08:00
|
|
|
"php": ">=8.1",
|
2023-01-24 19:08:15 +08:00
|
|
|
"ext-xml": "*",
|
2023-01-24 20:30:27 +08:00
|
|
|
"ext-dom": "*",
|
2023-01-24 19:08:15 +08:00
|
|
|
"ext-mbstring": "*",
|
2023-01-24 20:30:27 +08:00
|
|
|
"ext-fileinfo": "*",
|
2023-01-25 00:45:22 +08:00
|
|
|
"league/commonmark": ">=2.3.8",
|
2023-01-29 10:41:50 +08:00
|
|
|
"symfony/yaml": ">=4.0",
|
2023-01-25 13:03:58 +08:00
|
|
|
"gregwar/rst": "^1.0",
|
|
|
|
"xemlock/php-latex": "dev-master"
|
2023-01-24 19:08:15 +08:00
|
|
|
}
|
2023-01-25 00:45:22 +08:00
|
|
|
}
|