23 lines
457 B
JSON
Raw Permalink Normal View History

2025-02-26 11:49:20 +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
}