2022-08-19 19:48:37 +08:00
|
|
|
{
|
|
|
|
|
"name": "webman/think-orm",
|
|
|
|
|
"type": "library",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"require": {
|
|
|
|
|
"workerman/webman-framework": "^1.2.1",
|
2023-04-25 20:11:49 +08:00
|
|
|
"topthink/think-orm": "^2.0.53 || ^3.0.0"
|
2022-08-19 19:48:37 +08:00
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Webman\\ThinkOrm\\": "src"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|