-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 859 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "yikai/ikaicms",
"description": "ikai CMS - lightweight Japanese-market enterprise CMS with dual-language admin (CN/JP). Built with PHP 8.0+, no framework dependency.",
"type": "project",
"keywords": ["cms", "content-management", "php", "enterprise", "lightweight", "japanese", "multilingual", "dual-language"],
"homepage": "https://www.ikaicms.com",
"license": "MIT",
"authors": [
{
"name": "Yikai",
"homepage": "https://www.ikaicms.com"
}
],
"require": {
"php": ">=8.0",
"ext-pdo": "*",
"ext-mbstring": "*",
"ext-json": "*",
"ext-gd": "*",
"overtrue/pinyin": "^6.0"
},
"require-dev": {
"vimeo/psalm": "6.4.0"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
}
}