23 lines
457 B
JSON
Raw Normal View History

2025-03-12 10:47:34 +08:00
{
"name": "topthink/think-factory",
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "yunwuxin",
"email": "448901948@qq.com"
}
],
"require": {
"topthink/think-helper": "^3.0.0",
"topthink/framework": "^6.0.0"
},
"autoload": {
"psr-4": {
"think\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}