blob: 1dcc38eed39311c6338d89d4369db3a0cd0b0df3 (
plain)
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
|
{
"name": "lizhineng/vehicle-license-china",
"description": "Vehicle license library for China.",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Zhineng\\VehicleLicenseChina\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Zhineng\\VehicleLicenseChina\\Tests": "tests/"
}
},
"authors": [
{
"name": "Li Zhineng",
"email": "[email protected]"
}
],
"require": {
"php": "^8.4"
},
"require-dev": {
"phpunit/phpunit": "^12"
}
}
|