35 lines
752 B
JSON
35 lines
752 B
JSON
{
|
|
"name": "topthink/think-annotation",
|
|
"description": "Annotation For ThinkPHP6",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "yunwuxin",
|
|
"email": "448901948@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.0",
|
|
"topthink/framework": "^6.0 || ^8.0",
|
|
"ergebnis/classy": "^1.4"
|
|
},
|
|
"require-dev": {
|
|
"topthink/think-ide-helper": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"think\\annotation\\": "src"
|
|
}
|
|
},
|
|
"extra": {
|
|
"think": {
|
|
"services": [
|
|
"think\\annotation\\Service"
|
|
],
|
|
"config": {
|
|
"annotation": "src/config.php"
|
|
}
|
|
}
|
|
}
|
|
}
|