7 Star 17 Fork 4

Gitee 极速下载 / DokuWiki

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/splitbrain/dokuwiki
克隆/下载
composer.json 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
Andreas Gohr 提交于 2024-02-02 15:01 . replace LESS library. fixes #4088
{
"name": "dokuwiki/dokuwiki",
"description": "DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database",
"homepage": "https://www.dokuwiki.org",
"type": "project",
"license": "GPL v2",
"require": {
"php": ">=7.4",
"ext-json": "*",
"splitbrain/php-archive": "~1.0",
"phpseclib/phpseclib": "^3.0",
"simplepie/simplepie": "^1.4",
"geshi/geshi": "dev-master as 1.0.x-dev",
"openpsa/universalfeedcreator": "^1.8",
"aziraphale/email-address-validator": "^2",
"splitbrain/lesserphp": "^0.10",
"splitbrain/php-cli": "^1.1",
"splitbrain/slika": "^1.0",
"kissifrot/php-ixr": "^1.8",
"splitbrain/php-jsstrip": "^1.0"
},
"config": {
"platform": {
"php": "7.4"
}
},
"suggest": {
"ext-mbstring": "The mbstring extension is highly recommended to speed up all UTF-8 handling",
"ext-intl": "The intl extension allows for better locale specific sorting",
"squizlabs/php_codesniffer": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"phpunit/phpunit": "Allows automated tests to be run without system-wide install (only version 4-7 are supported)."
},
"prefer-stable": true
}
PHP
1
https://gitee.com/mirrors/DokuWiki.git
git@gitee.com:mirrors/DokuWiki.git
mirrors
DokuWiki
DokuWiki
master

搜索帮助