cmbYouku_Api/composer.json

79 lines
2.1 KiB
JSON
Raw Permalink Normal View History

2024-07-01 15:57:07 +08:00
{
"name": "topthink/think",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"homepage": "https://www.thinkphp.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
},
{
"name": "yunwuxin",
"email": "448901948@qq.com"
}
],
"require": {
"php": ">=7.4",
"topthink/framework": "^6.1.0",
"topthink/think-orm": "^2.0",
"topthink/think-filesystem": "^1.0",
"ext-curl": "*",
"ext-json": "*",
"ext-zip": "*",
"predis/predis": "^2.2",
"firebase/php-jwt": "^6.8",
"alibabacloud/dysmsapi-20170525": "2.0.23",
"alibabacloud/darabonba-openapi": "^0.2.9",
"alibabacloud/tea-console": "^0.1.0",
"alibabacloud/tea-utils": "^0.2.19",
"ext-bcmath": "*",
"yuanshe/wechat-sdk": "^1.0",
"topthink/think-captcha": "^3.0",
"alibabacloud/ecs-20140526": "^3.0",
"frowhy/mini-program-aes": "^1.1",
"phpoffice/phpspreadsheet": "^1.29",
"aliyuncs/oss-sdk-php": "^2.6",
"topthink/think-view": "^1.0",
"chengdu-blue-brothers/openapi-php-sdk": "^0.0.1",
"overtrue/easy-sms": "^2.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace": "^1.0",
"phpunit/phpunit": "^9.6"
},
"autoload": {
"psr-4": {
"app\\": "app",
"extend\\":"extend"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist",
"disable-tls": false,
"secure-http": false
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}