You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
890 B
37 lines
890 B
2 months ago
|
{
|
||
|
"name": "itinysun/tp-model-helper",
|
||
|
"description": "a vendor for thinkphp6.*,help generate phpdocs for model class",
|
||
|
"type": "library",
|
||
|
"license": "Apache-2.0",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Itinysun",
|
||
|
"email": "860760361@qq.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"topthink/framework": "^6.0",
|
||
|
"symfony/class-loader": "^2.3|^3.0",
|
||
|
"phpdocumentor/reflection-docblock": "^3.1",
|
||
|
"topthink/think-helper": "^3.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^5.6"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"itinysun\\model\\helper\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"extra": {
|
||
|
"think": {
|
||
|
"services": [
|
||
|
"itinysun\\model\\helper\\Service"
|
||
|
],
|
||
|
"config": {
|
||
|
"model_help": "config/config.php"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|