3 Star 8 Fork 6

临沂奥宏网络科技有限公司 / program_bulter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "ulthon/ulthon_admin",
"description": "基于ThinkPHP6.0和layui的快速开发的后台管理系统。",
"type": "project",
"keywords": [
"ulthon_admin",
"ulthon",
"thinkphp",
"admin"
],
"homepage": "http://admin.demo.ulthon.com//",
"license": "MIT",
"authors": [
{
"name": "augushong",
"email": "augushong@ulthon.com"
}
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-view": "^1.0",
"topthink/think-captcha": "^3.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.4",
"phpoffice/phpspreadsheet": "^1.22",
"topthink/think-migration": "^3.0",
"overtrue/flysystem-qiniu": "*",
"xxtime/flysystem-aliyun-oss": "^1.5",
"chunpat/flysystem-tencent-cos": "^0.0.1",
"doctrine/annotations": "^1.13",
"czproject/git-php": "^4.0",
"symfony/process": "^5.4",
"phpunit/php-timer": "^5.0",
"symfony/finder": "^5.4",
"nelexa/zip": "^4.0",
"league/flysystem-ziparchive": "1.0",
"league/flysystem-sftp": "*"
},
"require-dev": {
"symfony/var-dumper": "^4.2"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist",
"secure-http": false
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
PHP
1
https://gitee.com/ulthon/program_bulter.git
git@gitee.com:ulthon/program_bulter.git
ulthon
program_bulter
program_bulter
master

搜索帮助