1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2025-01-19 07:22:26 +08:00
ph-Bookshelf/composer.json
Eyre_S f92d488b6e
css minimal change
- update rainbow color, now the colors' gradient larger
- add small margin for list item to make it seems not such crowded
2023-04-04 20:05:16 +08:00

28 lines
544 B
JSON

{
"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"
}
],
"autoload": {
"psr-4": {
"SukWs\\Bookshelf\\": "src"
}
},
"require": {
"php": ">=8.2",
"ext-dom": "*",
"ext-mbstring": "*",
"ext-fileinfo": "*",
"league/commonmark": ">=2.4",
"symfony/yaml": ">=4.0"
}
}