徐总多门店
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.
jiuhaoshenghuo/composer.json

92 lines
2.6 KiB

2 months ago
{
"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"
}
],
"require": {
"php": ">=7.1.0",
"ext-json": "*",
"ext-curl": "*",
"ext-bcmath": "*",
"ext-mbstring": "*",
"topthink/think-view": "^1.0",
"symfony/var-dumper":"^4.2",
"topthink/think-captcha": "~v3.0",
"topthink/think-image": "^1.0",
"xaboy/form-builder": "^2.0",
"firebase/php-jwt": "^5.0",
"aliyuncs/oss-sdk-php": "~v2.4.3",
"qcloud/cos-sdk-v5": "~V2.0",
"qiniu/php-sdk": "^7.2",
"topthink/think-queue": "^3.0",
"spatie/macroable": "^1.0",
"dh2y/think-qrcode": "^2.0",
"topthink/think-template": "^2.0",
"phpoffice/phpspreadsheet": "^1.12",
"godruoyi/php-snowflake": "^1.0",
"qcloud_sts/qcloud-sts-sdk": "^3.0",
"guzzlehttp/psr7": "^1.7",
"guzzlehttp/guzzle": "6.5.5",
"alipaysdk/easysdk": "2.0",
"topthink/think-migration": "^3.0",
"topthink/think-swoole": "~v4.0",
"endroid/qr-code": "^4.0",
"topthink/framework": "6.0.9",
"joypack/tencent-map": "^1.0",
"reasno/swoole-aliyunoss-addon": "^1.0",
"xiaodi/think-pullword": "^1.2",
"symfony/http-foundation": "~v5.4.3",
"overtrue/socialite": "~v3.5.0",
"overtrue/wechat": "~5.0",
"league/flysystem": "~v1.1.9",
"yurunsoft/guzzle-swoole": "^2.2",
"fastknife/ajcaptcha": "^1.1",
"alibabacloud/client": "^1.5",
"async-aws/s3": "^1.14"
},
"autoload": {
"psr-4": {
"app\\": "app",
"crmeb\\": "crmeb"
},
"psr-0": {
"": "extend/"
},
"files": [
"app/helpers.php"
]
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"easywechat-composer/easywechat-composer": false,
"yurunsoft/composer-include-files": false,
"yurunsoft/guzzle-swoole": false
}
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}