Files
huangjingfen/pro_v3.5.1/vendor/topthink/think-annotation/composer.json
panchengyong 7acbf45ff7 new files
2026-03-07 22:29:07 +08:00

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"
}
}
}
}