travel/service/vendor/webman/think-orm/composer.json

15 lines
260 B
JSON

{
"name": "webman/think-orm",
"type": "library",
"license": "MIT",
"require": {
"workerman/webman-framework": "^1.2.1",
"topthink/think-orm": "^2.0.53 || ^3.0.0"
},
"autoload": {
"psr-4": {
"Webman\\ThinkOrm\\": "src"
}
}
}