26 lines
401 B
JSON
Executable File
26 lines
401 B
JSON
Executable File
{
|
|
"name": "leonis/id-card",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "yangliulnn",
|
|
"email": "yangliulnn@163.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"jaeger/querylist": "^4.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Leonis\\IDCard\\": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~6.0"
|
|
},
|
|
"scripts": {
|
|
"query": "php data/query.php"
|
|
}
|
|
}
|