diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..1dcc38e --- /dev/null +++ b/composer.json @@ -0,0 +1,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" + } +} |
