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", 16e6380ba3SAndreas 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", 20db926724SAndreas Gohr "splitbrain/php-jsstrip": "^1.0", 21db926724SAndreas Gohr "php81_bc/strftime": "dev-fallback-intl" 22f2161a33Sgmponos }, 239b78f7eaSAndreas Gohr "config": { 249b78f7eaSAndreas Gohr "platform": { 25c49393f5SAndreas Gohr "php": "7.4" 269b78f7eaSAndreas Gohr } 279b78f7eaSAndreas Gohr }, 28f2161a33Sgmponos "suggest": { 299b668cefSElan Ruusamäe "ext-mbstring": "The mbstring extension is highly recommended to speed up all UTF-8 handling", 30*16288f11SAndreas Gohr "ext-intl": "The intl extension allows for better locale specific sorting" 31f2161a33Sgmponos }, 32f2161a33Sgmponos "prefer-stable": true 33605f8e8dSAndreas Gohr} 34