1 Star 0 Fork 6

刘艳博/mtab

forked from 涂山/mtab 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
tushan 提交于 2024-06-09 20:17 . 更新了一些使用问题和样式问题
{
"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-view": "^1.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.7",
"ext-openssl": "*",
"nette/mail": "^3.1",
"ext-fileinfo": "*",
"paquettg/php-html-parser": "^3.1",
"topthink/think-filesystem": "^2.0",
"ext-mysqli": "*",
"ext-redis": "*",
"ext-pcntl": "*",
"ext-zip": "*",
"ext-posix": "*",
"ext-dom": "*",
"ext-mbstring": "*",
"ext-bcmath": "*",
"ext-gd": "*"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace": "^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app",
"plugins\\": "plugins"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist",
"platform-check": false
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/liu-yan-bo/mtab.git
git@gitee.com:liu-yan-bo/mtab.git
liu-yan-bo
mtab
mtab
itushan

搜索帮助