1 Star 0 Fork 36

任孟龙/server-tp

forked from sheepjs/server-tp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 2.52 KB
一键复制 编辑 原始数据 按行查看 历史
smallnews 提交于 2024-04-27 18:05 . 框架升级 thinkphp 8
{
"name": "xptech/sheepadmin",
"description": "the new admin system",
"type": "project",
"keywords": [
"thinkphp",
"thinkphp8",
"tp8",
"admin",
"wechat",
"chat",
"vue3"
],
"homepage": "https://sheepadmin.net/",
"license": "Apache-2.0",
"authors": [
{
"name": "xptech",
"email": "xptech@qq.com"
}
],
"require": {
"php": ">=8.0.0",
"topthink/framework": "^8.0",
"topthink/think-orm": "^3.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-throttle": "^2.0",
"topthink/think-queue": "^3.0",
"overtrue/easy-sms": "^3.0",
"yunwuxin/think-notification": "^3.1",
"topthink/think-captcha": "^3.0",
"topthink/think-helper": "^3.1",
"composer/composer": "^2.1",
"nesbot/carbon": "^2.51",
"w7corp/easywechat": "^5.35",
"workerman/phpsocket.io": "^2.1",
"phpmailer/phpmailer": "^6.9",
"erusev/parsedown": "^1.7",
"dompdf/dompdf": "^2.0",
"topthink/think-migration": "^3.1",
"guzzlehttp/guzzle": "^7.4",
"topthink/think-api": "^1.0",
"phpoffice/phpspreadsheet": "^1.29",
"fakerphp/faker": "^1.23",
"intervention/image": "^2.7",
"xptech/jwt-auth": "^1.0.0",
"nelexa/zip": "^4.0",
"griffinledingham/php-apple-signin": "^1.1",
"topthink/think-filesystem": "^2.0",
"overtrue/flysystem-cos": "^4.0",
"overtrue/flysystem-qiniu": "^2.0",
"xxtime/flysystem-aliyun-oss": "^1.6",
"yansongda/pay": "^3.6",
"hyperf/pimple": "~2.2.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-view": "^2.0",
"topthink/think-trace": "^1.6"
},
"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://repo.packagist.org"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/websmd/server-tp.git
git@gitee.com:websmd/server-tp.git
websmd
server-tp
server-tp
master

搜索帮助