1 Star 0 Fork 14

ouchcloud/toolbox

forked from klmahua/toolbox 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
AOAOSTAR 提交于 2022-09-19 21:09 . docs: ✏️ 修正环境要求
{
"name": "aoaostar/toolbox",
"description": "AOAOSTAR TOOLBOX",
"type": "project",
"keywords": [
"aoaostar",
"toolbox"
],
"homepage": "http://www.aoaostar.com/",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Pluto",
"email": "i@aoaostar.com"
}
],
"require": {
"php": ">=7.2.5",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"topthink/think-view": "^1.0",
"topthink/think-migration": "^3.0",
"ext-curl": "*",
"ext-json": "*",
"ext-zip": "*",
"ext-pdo": "*",
"ext-iconv": "*",
"ext-openssl": "*",
"firebase/php-jwt": "^6.2",
"ext-fileinfo": "*"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace": "^1.0",
"topthink/think-ide-helper": "^1.0",
"jaguarjack/migration-generator": "dev-master"
},
"autoload": {
"psr-4": {
"app\\": "app",
"plugin\\": "plugin"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/william_ouch/toolbox.git
git@gitee.com:william_ouch/toolbox.git
william_ouch
toolbox
toolbox
master

搜索帮助