You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
28
vendor/5ini99/think-addons/composer.json
vendored
Executable file
28
vendor/5ini99/think-addons/composer.json
vendored
Executable file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "5ini99/think-addons",
|
||||
"description": "addons package for thinkphp5",
|
||||
"homepage": "https://github.com/5ini99/think-addons",
|
||||
"license": "Apache-2.0",
|
||||
"minimum-stability": "stable",
|
||||
"version": "1.2.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "xiaobo.sun",
|
||||
"email": "xiaobo.sun@qq.com"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/5ini99/think-addons/issues"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"think\\addons\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/helper.php"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user