first commit
This commit is contained in:
89
滴滴淘/diditao/composer.json
Normal file
89
滴滴淘/diditao/composer.json
Normal file
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"name": "topthink/think",
|
||||
"description": "the new thinkphp framework",
|
||||
"type": "project",
|
||||
"keywords": [
|
||||
"framework",
|
||||
"thinkphp",
|
||||
"ORM"
|
||||
],
|
||||
"homepage": "http://thinkphp.cn/",
|
||||
"license": "Apache-2.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "liu21st",
|
||||
"email": "liu21st@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "yunwuxin",
|
||||
"email": "448901948@qq.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.1.0",
|
||||
"topthink/framework": "^6.0.0",
|
||||
"topthink/think-orm": "^2.0",
|
||||
"topthink/think-helper": "^3.1",
|
||||
"yunwuxin/think-model-helper": "^3.0",
|
||||
"diditao/common":"*",
|
||||
"diditao/user":"*",
|
||||
"nesbot/carbon": "^2.33",
|
||||
"guzzlehttp/guzzle": "^6.5",
|
||||
"diditao/stat_client": "^1.0",
|
||||
"firebase/php-jwt": "^5.2",
|
||||
"qcloud/cos-sdk-v5": "^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/var-dumper": "^4.2",
|
||||
"topthink/think-trace":"^1.0",
|
||||
"topthink/think-migration": "^3.0",
|
||||
"ext-gd": "*",
|
||||
"phpunit/phpunit": "^9.1",
|
||||
"diditao/app_facade": "^1.0",
|
||||
"ext-json": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"app\\": "app"
|
||||
},
|
||||
"psr-0": {
|
||||
"": "extend/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"diditao\\common\\": "packages/diditao/common/src/",
|
||||
"diditao\\orm\\": "packages/diditao/orm/src/",
|
||||
"diditao\\user\\": "packages/diditao/user/src/",
|
||||
"diditao\\event\\": "packages/diditao/event/src/",
|
||||
"diditao\\caching\\": "packages/diditao/caching/src/",
|
||||
"diditao\\app_facade\\": "packages/diditao/app_facade/src/",
|
||||
"diditao\\stat_client\\": "packages/diditao/stat_client/src/",
|
||||
"diditao\\safe_guard\\": "packages/diditao/safe_guard/src/",
|
||||
"diditao\\certification\\": "packages/diditao/certification/src/",
|
||||
"diditao\\certification_api\\": "packages/diditao/certification_api/src/"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": "dist",
|
||||
"secure-http": false,
|
||||
"platform": {
|
||||
"php": "7.3"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"post-autoload-dump": [
|
||||
"@php think service:discover",
|
||||
"@php think vendor:publish"
|
||||
]
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://mirrors.aliyun.com/composer/"
|
||||
},{
|
||||
"type": "composer",
|
||||
"url": "http://pkg.fanmigou.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user