You've already forked guangan
1
This commit is contained in:
53
composer.json
Normal file
53
composer.json
Normal file
@ -0,0 +1,53 @@
|
||||
{
|
||||
"type": "project",
|
||||
"name": "jerryyan/guangan",
|
||||
"version": "0.0.1",
|
||||
"license": "MIT",
|
||||
"description": "Application Development Framework",
|
||||
"keywords": [
|
||||
"ThinkAdmin",
|
||||
"ThinkLibrary",
|
||||
"WeChatDeveloper"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Anyon",
|
||||
"email": "zoujingli@qq.com"
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"zoujingli/think-install": true
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1",
|
||||
"jerryyan/think-plugs-cms": "@dev",
|
||||
"jerryyan/think-plugs-points-mall": "@dev",
|
||||
"jerryyan/think-plugs-ticket": "@dev",
|
||||
"zoujingli/think-plugs-admin": "^1.0",
|
||||
"zoujingli/think-plugs-wechat": "^1.0",
|
||||
"zoujingli/think-plugs-center": "^1.0",
|
||||
"zoujingli/think-plugs-account": "^1.0",
|
||||
"ext-json": "*"
|
||||
},
|
||||
"repositories": {
|
||||
"jerryyan/think-plugs-cms": {
|
||||
"type": "path",
|
||||
"url": "./plugs/think-plugs-cms"
|
||||
},
|
||||
"jerryyan/think-plugs-points-mall": {
|
||||
"type": "path",
|
||||
"url": "./plugs/think-plugs-points-mall"
|
||||
},
|
||||
"jerryyan/think-plugs-ticket": {
|
||||
"type": "path",
|
||||
"url": "./plugs/think-plugs-ticket"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"app\\": "app"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user