Initial commit: queue workspace
Made-with: Cursor
This commit is contained in:
34
pro_v3.5.1/vendor/topthink/think-annotation/composer.json
vendored
Normal file
34
pro_v3.5.1/vendor/topthink/think-annotation/composer.json
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user