You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
457 B
JSON
23 lines
457 B
JSON
{
|
|
"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
|
|
}
|