Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
composer.json 1.71 KB
Copy Edit Raw Blame History
萤火科技 authored 2023-02-20 13:57 . 引入think-filesystem扩展
{
"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.2.0",
"ext-gd": "*",
"ext-curl": "*",
"ext-bcmath": "*",
"ext-json": "*",
"ext-pdo": "*",
"ext-openssl": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-worker": "^3.0",
"topthink/think-filesystem": "^2.0",
"qiniu/php-sdk": "^7.2",
"aliyuncs/oss-sdk-php": "^2.3",
"qcloud/cos-sdk-v5": "^2.4",
"kosinix/grafika": "dev-master",
"myclabs/php-enum": "^1.6",
"lvht/geohash": "^1.1",
"phpoffice/phpspreadsheet": "^1.18",
"overtrue/easy-sms": "^2.0",
"yiovo/tp6-captcha": "^1.1"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace":"^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app",
"cores\\": "cores"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化