diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index cf8469a..a0cbcaa 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "lizhineng/region", + "name": "lizhineng/region-china", "description": "China region library for PHP.", "type": "library", "require": { @@ -8,12 +8,12 @@ "license": "MIT", "autoload": { "psr-4": { - "Zhineng\\Region\\": "src/" + "Zhineng\\RegionChina\\": "src/" } }, "autoload-dev": { "psr-4": { - "Zhineng\\Region\\Tests\\": "tests/" + "Zhineng\\RegionChina\\Tests\\": "tests/" } }, "authors": [ |
