1 Star 0 Fork 36

gasgas/server-tp

forked from sheepjs/server-tp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 2.37 KB
一键复制 编辑 原始数据 按行查看 历史
smallnews 提交于 2022-11-16 18:53 . first commit
{
"name": "xptech/sheepadmin",
"description": "the new admin system",
"type": "project",
"keywords": [
"thinkphp6",
"admin",
"wechat",
"chat",
"vue3"
],
"homepage": "https://sheepadmin.net/",
"license": "Apache-2.0",
"authors": [
{
"name": "xptech",
"email": "xptech@qq.com"
}
],
"require": {
"php": ">=7.4",
"topthink/framework": "~6.0.14",
"topthink/think-orm": "^2.0",
"thans/thinkphp-filesystem-cloud": "^1.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-throttle": "^1.3",
"topthink/think-queue": "^3.0",
"overtrue/easy-sms": "^1.3",
"yunwuxin/think-notification": "^3.0",
"topthink/think-captcha": "^3.0",
"topthink/think-helper": "^3.1",
"composer/composer": "^2.1",
"nesbot/carbon": "^2.51",
"w7corp/easywechat": "^5.7",
"workerman/phpsocket.io": "^1.1",
"phpmailer/phpmailer": "^6.5",
"erusev/parsedown": "^1.7",
"dompdf/dompdf": "^1.1",
"topthink/think-migration": "^3.0",
"guzzlehttp/guzzle": "^7.4",
"topthink/think-api": "^1.0",
"phpoffice/phpspreadsheet": "^1.22",
"fakerphp/faker": "^1.19",
"intervention/image": "^2.7",
"xptech/jwt-auth": "^0.0.2",
"yansongda/pay": "^3.1",
"php-di/php-di": "^6.4",
"nelexa/zip": "^4.0",
"griffinledingham/php-apple-signin": "^1.1"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-view": "^1.0",
"topthink/think-trace": "^1.4"
},
"autoload": {
"psr-4": {
"app\\": "app",
"sheep\\": "sheep"
},
"psr-0": {
"": "extend/"
},
"files": [
"sheep/helper/helper.php"
]
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"easywechat-composer/easywechat-composer": true
},
"use-parent-dir": true
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/gasgas/server-tp.git
git@gitee.com:gasgas/server-tp.git
gasgas
server-tp
server-tp
master

搜索帮助