1605f8e8dSAndreas Gohr{ 2*f2161a33Sgmponos "name": "splitbrain/dokuwiki", 3*f2161a33Sgmponos "description": "DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database", 4*f2161a33Sgmponos "homepage": "https://www.dokuwiki.org", 5*f2161a33Sgmponos "type": "project", 6*f2161a33Sgmponos "license": "GPL v2", 7605f8e8dSAndreas Gohr "require": { 8*f2161a33Sgmponos "php": ">=5.3", 941d51802SAndreas Gohr "splitbrain/php-archive": "~1.0", 1059419fd0SAndreas Gohr "easybook/geshi": "~1.0", 11114248c7SAndreas Gohr "phpseclib/phpseclib": "~2.0", 127a33d2f8SNiklas Keller "paragonie/random_compat": "^2.0" 13*f2161a33Sgmponos }, 14*f2161a33Sgmponos "suggest": { 15*f2161a33Sgmponos "squizlabs/php_codesniffer": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", 16*f2161a33Sgmponos "phpunit/phpunit": "Allows automated tests to be run without system-wide install." 17*f2161a33Sgmponos }, 18*f2161a33Sgmponos "prefer-stable": true 19605f8e8dSAndreas Gohr} 20