summaryrefslogtreecommitdiff
path: root/composer.json
blob: 35df2b6b5ae24394768897c5598cfde676dc3324 (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
{
    "name": "lizhineng/region",
    "description": "China region library for PHP.",
    "type": "library",
    "require": {
        "php": "^8.4"
    },
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Zhineng\\Region\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Li Zhineng",
            "email": "[email protected]"
        }
    ],
    "require-dev": {
        "symfony/var-exporter": "^7.2",
        "phpunit/phpunit": "^12"
    }
}