-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathcomposer.json
54 lines (54 loc) · 1.3 KB
/
composer.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "medz/gb-t-2260",
"keywords": [
"GB",
"GB-T",
"GB-T 2260",
"2260",
"China"
],
"description": "中华人民共和国国家标准 GB/T 2260 行政区划代码",
"homepage": "https://github.com/medz/gb-t-2260",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Seven Du",
"email": "shiweidu@outlook.com",
"homepage": "https://github.com/medz",
"role": "The tool source developer"
}
],
"support": {
"docs": "https://github.com/medz/gb-t-2260#readme",
"issues": "https://github.com/medz/gb-t-2260/issues",
"source": "https://github.com/medz/gb-t-2260.git"
},
"autoload": {
"psr-4": {
"Medz\\GBT2260\\": "php"
}
},
"autoload-dev": {
"psr-4": {
"Medz\\GBT2260\\ResourceBuilder\\": "resource-builder"
}
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"preferred-install": "dist",
"platform": {
"php": "7.1.3"
}
},
"scripts": {
"build": "@php resource-builder/bin.php"
},
"require": {
"php": ">=7.1.3"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.5"
}
}