summaryrefslogtreecommitdiff
path: root/composer.json
blob: 07e888d421ebe0ec2bbd54814f84ecee9f3ae405 (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"
    }
}