1{ 2 "name": "dokuwiki/dokuwiki", 3 "description": "DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database", 4 "homepage": "https://www.dokuwiki.org", 5 "type": "project", 6 "license": "GPL v2", 7 "require": { 8 "php": ">=7.4", 9 "ext-json": "*", 10 "splitbrain/php-archive": "~1.0", 11 "phpseclib/phpseclib": "~2.0", 12 "simplepie/simplepie": "^1.4", 13 "geshi/geshi": "dev-master as 1.0.x-dev", 14 "openpsa/universalfeedcreator": "^1.8", 15 "aziraphale/email-address-validator": "^2", 16 "marcusschwarz/lesserphp": "^0.6", 17 "splitbrain/php-cli": "^1.1", 18 "splitbrain/slika": "^1.0", 19 "kissifrot/php-ixr": "^1.8", 20 "splitbrain/php-jsstrip": "^1.0" 21 }, 22 "config": { 23 "platform": { 24 "php": "7.4" 25 } 26 }, 27 "suggest": { 28 "ext-mbstring": "The mbstring extension is highly recommended to speed up all UTF-8 handling", 29 "ext-intl": "The intl extension allows for better locale specific sorting", 30 "squizlabs/php_codesniffer": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", 31 "phpunit/phpunit": "Allows automated tests to be run without system-wide install (only version 4-7 are supported)." 32 }, 33 "prefer-stable": true 34} 35