-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 876 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 876 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
30
31
32
33
34
35
36
37
38
{
"name": "slince/china",
"description": "中国资料库查询大全",
"keywords": ["中国", "China", "节日", "地区"],
"license": "MIT",
"authors": [
{
"name": "slince",
"email": "taosikai@yeah.net"
}
],
"require": {
"php": "^7.2||^8.0",
"ext-json": "*",
"symfony/console": "^4.2|^5.0|^6.0",
"doctrine/collections": "^1.0|^2.0",
"slince/config": "^1.1",
"slince/di": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5|^8.0|^9.0",
"fabpot/goutte": "^4.0",
"symfony/filesystem": "^4.2|^5.0|^6.0"
},
"autoload":{
"psr-4": {
"China\\": "src/"
}
},
"autoload-dev":{
"psr-4": {
"China\\Tests\\": "tests/"
}
},
"bin": [
"bin/china"
]
}