1605f8e8dSAndreas Gohr{ 2977aa967SAndreas Gohr "name": "dokuwiki/dokuwiki", 3f2161a33Sgmponos "description": "DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database", 4f2161a33Sgmponos "homepage": "https://www.dokuwiki.org", 5f2161a33Sgmponos "type": "project", 6f2161a33Sgmponos "license": "GPL v2", 7605f8e8dSAndreas Gohr "require": { 8c49393f5SAndreas Gohr "php": ">=7.4", 9ab0a8902SAndreas Gohr "ext-json": "*", 1041d51802SAndreas Gohr "splitbrain/php-archive": "~1.0", 11927933f5SAndreas Gohr "phpseclib/phpseclib": "^3.0", 1251c79594SAndreas Gohr "simplepie/simplepie": "^1.4", 1319ea627aSAndreas Gohr "geshi/geshi": "dev-master as 1.0.x-dev", 143d4e3335SAndreas Gohr "openpsa/universalfeedcreator": "^1.8", 150ed9c2e2SAndreas Gohr "aziraphale/email-address-validator": "^2", 16*e6380ba3SAndreas Gohr "splitbrain/lesserphp": "^0.10", 1792a8473aSAndreas Gohr "splitbrain/php-cli": "^1.1", 187f8f2456SAndreas Gohr "splitbrain/slika": "^1.0", 19af28745aSAndreas Gohr "kissifrot/php-ixr": "^1.8", 20af28745aSAndreas Gohr "splitbrain/php-jsstrip": "^1.0" 21f2161a33Sgmponos }, 229b78f7eaSAndreas Gohr "config": { 239b78f7eaSAndreas Gohr "platform": { 24c49393f5SAndreas Gohr "php": "7.4" 259b78f7eaSAndreas Gohr } 269b78f7eaSAndreas Gohr }, 27f2161a33Sgmponos "suggest": { 289b668cefSElan Ruusamäe "ext-mbstring": "The mbstring extension is highly recommended to speed up all UTF-8 handling", 293f874cb3SAndreas Gohr "ext-intl": "The intl extension allows for better locale specific sorting", 30f2161a33Sgmponos "squizlabs/php_codesniffer": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", 314ac6e6a0SPhy "phpunit/phpunit": "Allows automated tests to be run without system-wide install (only version 4-7 are supported)." 32f2161a33Sgmponos }, 33f2161a33Sgmponos "prefer-stable": true 34605f8e8dSAndreas Gohr} 35