Fetch the repository succeeded.
{
"name": "xiaoyaor/think-addons",
"description": "The ThinkPHP6 Addons Package",
"homepage": "https://github.com/xiaoyaor/think-addons",
"license": "Apache-2.0",
"authors": [
{
"name": "xiaoyaor",
"email": "747976016@qq.com"
}
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "^6.0",
"topthink/think-view": "^1.0",
"topthink/think-helper": "^3.0.0"
},
"autoload": {
"psr-4": {
"think\\": "src/"
},
"files": [
"src/helper.php"
]
},
"extra": {
"think": {
"services": [
"think\\addons\\Service"
],
"config":{
"addons": "src/config.php"
}
}
},
"scripts" : {
"post-install-cmd": [
"php think addons:config"
]
}
}
Sign in for post a comment
Comment ( 0 )