summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-05-12 19:01:57 +0800
committerLi Zhineng <[email protected]>2025-05-12 19:01:57 +0800
commit12ebfe678ed2554fb5902c60d99a53414bec0ad1 (patch)
tree1fdd790e309ed347f8fd92413cd1d9e0dfe197ea /composer.json
downloadvehicle-license-china-12ebfe678ed2554fb5902c60d99a53414bec0ad1.tar.gz
vehicle-license-china-12ebfe678ed2554fb5902c60d99a53414bec0ad1.zip
first commit
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json28
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"
+ }
+}