composer.json
397 字节
{
"name": "topthink/think-orm",
"description": "think orm",
"license": "Apache-2.0",
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
}
],
"require": {
"php": ">=5.6.0"
},
"autoload": {
"psr-4": {
"think\\": "src"
},
"files": [
"src/config.php"
]
}
}