1605f8e8dSAndreas Gohr{ 2f2161a33Sgmponos "name": "splitbrain/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": { 8*3f874cb3SAndreas Gohr "php": ">=7.2", 9ab0a8902SAndreas Gohr "ext-json": "*", 1041d51802SAndreas Gohr "splitbrain/php-archive": "~1.0", 11114248c7SAndreas Gohr "phpseclib/phpseclib": "~2.0", 1259b616ccSAndreas Gohr "paragonie/random_compat": "^2.0", 1351c79594SAndreas Gohr "simplepie/simplepie": "^1.4", 1419ea627aSAndreas Gohr "geshi/geshi": "dev-master as 1.0.x-dev", 153d4e3335SAndreas Gohr "openpsa/universalfeedcreator": "^1.8", 160ed9c2e2SAndreas Gohr "aziraphale/email-address-validator": "^2", 17cbeaa4a0SAndreas Gohr "marcusschwarz/lesserphp": "^0.5.1", 18cbeaa4a0SAndreas Gohr "splitbrain/php-cli": "^1.1" 19f2161a33Sgmponos }, 209b78f7eaSAndreas Gohr "config": { 219b78f7eaSAndreas Gohr "platform": { 22*3f874cb3SAndreas Gohr "php": "7.2" 239b78f7eaSAndreas Gohr } 249b78f7eaSAndreas Gohr }, 25f2161a33Sgmponos "suggest": { 26*3f874cb3SAndreas Gohr "ext-mbstring": "The mbstring extension is highly reccomended to speed up all UTF-8 handling", 27*3f874cb3SAndreas Gohr "ext-intl": "The intl extension allows for better locale specific sorting", 28f2161a33Sgmponos "squizlabs/php_codesniffer": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", 294ac6e6a0SPhy "phpunit/phpunit": "Allows automated tests to be run without system-wide install (only version 4-7 are supported)." 30f2161a33Sgmponos }, 31f2161a33Sgmponos "prefer-stable": true 32605f8e8dSAndreas Gohr} 33