4 Star 9 Fork 5

Gitee 极速下载/mantisbt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/mantisbt/mantisbt
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "mantisbt/mantisbt",
"description": "Mantis Bug Tracker",
"type": "project",
"require": {
"php": "^7.4 || ^8.0",
"ext-mbstring": "*",
"ext-json": "*",
"slim/slim": "^3.0",
"guzzlehttp/guzzle": "^7.5",
"vboctor/disposable_email_checker": "^3.0",
"adodb/adodb-php": "^5.22",
"phpmailer/phpmailer": "~6.0",
"erusev/parsedown": "^1.7.4",
"ezyang/htmlpurifier": "^4.14",
"dapphp/securimage": "dev-mantis"
},
"require-dev": {
"ext-zip": "*",
"phpunit/phpunit": "^9.6"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mantisbt/securimage",
"no-api": true
}
],
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "MantisBT Team",
"email": "mantisbt-dev@lists.sourceforge.net",
"homepage": "https://www.mantisbt.org"
}
],
"config": {
"platform": {
"php": "7.4.33"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mirrors/mantisbt.git
git@gitee.com:mirrors/mantisbt.git
mirrors
mantisbt
mantisbt
master

搜索帮助