杨总惠通宝
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
htb_backend/vendor/topthink/think-factory/composer.json

23 lines
457 B

9 months ago
{
"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
}